Simple Analytics
Block your visits so they don't count towards your stats in Simple Analytics
Simple Analytics क्या है?
Simple Analytics https://simpleanalytics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block your visits so they don't count towards your stats in Simple Analytics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's useful for customers of Simple Analytics or non customers who want to block their visits to a specific website where Simple Analytics is installed. This way your stats will not included in the dashboard of that website. We do this via an extension so we don't need to record IP addresses. This extension basically blocks requests on website where you give permission to. When you click on the icon you as asked to allow the extension to load the data from the current website. This is needed to block the visits. You need to do once this per website. When a visits is blocked it shows up as a counter on the icon. The counter does reset when you close your tab. For more stats of blocked visits you can go to the permissions page of this extension. On the options page you will find all websites being blocked and you can change what the extension should block. This add-on does not connect to any servers. The source code is publicly available at https://github.com/simpleanalytics/extension. Enjoy and if you have any feedback, go to our website and let us know!
एक्सटेंशन की मूल जानकारी
नाम | Simple Analytics |
ID | ehkndchainpkdfpnancgobgfnfjnmmeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-analytics/ehkndchainpkdfpnancgobgfnfjnmmeh |
विवरण | Block your visits so they don't count towards your stats in Simple Analytics |
फ़ाइल का आकार | 51.51 KB |
स्थापना संख्या | 471 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2020-09-23 |
प्रकाशन तिथि | 2020-06-15 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://simpleanalytics.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://simpleanalytics.com |
सहायता पृष्ठ URL | https://docs.simpleanalytics.com/extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Analytics", "description": "Block your visits so they don't count towards your stats in Simple Analytics", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "128.png" }, "browser_action": { "default_title": "Simple Analytics" }, "optional_permissions": [ " |