Skip to content

Commit 1be9e8e

Browse files
committed
Update version to 0.1.1 and improve documentation
- Bumped version in package.json from 0.1.0 to 0.1.1. - Updated Chrome Web Store link in README.md for direct access. - Enhanced user guidance in Popup component regarding ad blockers affecting event visibility.
1 parent 76344fa commit 1be9e8e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Open to adding support for other Analytics services.
6767

6868
### Chrome Web Store
6969

70-
1. Visit the [Chrome Web Store listing](#) (link coming soon)
70+
1. Visit the [Chrome Web Store listing](https://chromewebstore.google.com/detail/nabnhcbhcecfohhaodnpoipanaaapkpi)
7171
2. Click **"Add to Chrome"**
7272
3. Confirm the installation
7373
4. Open Chrome DevTools (F12 or Cmd+Option+I) and look for the "Analytics X-Ray" tab

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics-x-ray",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Analytics X-Ray is a tool that helps you analyze your analytics data.",
55
"license": "MIT",
66
"repository": {

src/pages/popup/Popup.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ export default function Popup() {
102102

103103
<div className="pt-2">
104104
<p className="text-center text-xs text-muted-foreground">
105-
Intercepting Segment analytics events on all pages
105+
Tip: If you don&apos;t see events, check if you have an ad blocker
106+
enabled.
106107
</p>
107108
</div>
108109
</CardContent>

0 commit comments

Comments
 (0)