CountOn - Trusted ratings while you shop

The personal assistant for the conscious shopper

Cos'è CountOn - Trusted ratings while you shop?

CountOn - Trusted ratings while you shop è un'estensione di Chrome sviluppata da https://joincounton.com, e la sua funzione principale è "The personal assistant for the conscious shopper".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CountOn - Trusted ratings while you shop

Scarica i file di estensione CountOn - Trusted ratings while you shop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        CountOn is the ultimate free shopping companion empowering conscious parents to shop with confidence! Experience the relief of instant, reliable recommendations from the experts and friends that you trust, right when you’re browsing on Amazon.

✔ All of your favorite experts’ reviews in one place
✔ Shop based on YOUR values or criteria (even as specific as PFAS-free)
✔ Save products for later if you’re not ready to buy them yet
✔ Support independent retailers

Wave goodbye to the frustration of navigating misleading marketing buzzwords and fake reviews while seeking non-toxic, safe, and eco-friendly products for your family. With CountOn, you're just a click away from discovering trusted products, transforming your online shopping experience into a seamless, worry-free affair that effortlessly caters to your family's well-being.

******How it works:******

1. Install the CountOn Chrome extension
2. Create an account 
3. Select your trusted sources 
4. Shop like you normally do
5. Enjoy trusted reviews right in your normal browsing experience — it’s as easy as that!

******Note: CountOn takes your privacy very seriously.******

At CountOn, we prioritize your privacy.

We do not read, track, or store any financial information. 

When you install CountOn, you’ll encounter a message that says we can “read and change all your data on the websites you visit.” This permission is solely to enable CountOn’s functionality on retailer sites. It allows us to read your Amazon search results, recommend trustworthy alternatives, and display those products and reviews. 

For more information, please see our Privacy Policy by visiting https://joincounton.com/privacy                    

Informazioni di Base sull'Estensione

Nome CountOn - Trusted ratings while you shop CountOn - Trusted ratings while you shop
ID lgbboilnfciafjafdcnohbjclcmbcmhm
URL Ufficiale https://chromewebstore.google.com/detail/counton-trusted-ratings-w/lgbboilnfciafjafdcnohbjclcmbcmhm
Descrizione The personal assistant for the conscious shopper
Dimensione del File 1.96 MB
Conteggio Installazioni 140
Versione Corrente 0.0.16
Ultimo Aggiornamento 2023-11-12
Data di Pubblicazione 2023-04-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://joincounton.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://joincounton.com
URL della Pagina della Politica sulla Privacy https://joincounton.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CountOn - Trusted ratings while you shop",
    "description": "The personal assistant for the conscious shopper",
    "version": "0.0.16",
    "manifest_version": 3,
    "options_page": "options.html",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png",
        "default_title": "Open CountOn"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-0bea515f.0b79c794.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/counton_animated_avatars.5f320a3a.gif",
                "assets\/count-on-side-button.15bfebcd.png",
                "assets\/chunk-9a322069.js",
                "assets\/chunk-2db0dbef.js",
                "assets\/chunk-e29a2498.js",
                "assets\/chunk-37dd6f36.js",
                "assets\/chunk-52e1db10.js",
                "assets\/chunk-6ec700b7.js",
                "assets\/chunk-0bea515f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/localhost\/*",
            "https:\/\/localhost:3000\/*",
            "https:\/\/joincounton.com\/*",
            "https:\/\/d5zc6j9m86q05.cloudfront.net\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2bZrnX5c9cV98Eq6lH7TIQ9sdFo5VG1LLtIP6xbXkS4\/3Os3xT7ia78J13xwQPUvrY4PvXy0Y\/bo9hZ9L7yZUie4ZxDRPz+JXFEFMXN7\/vTf0Ao8wWg5pEhwJkwU8Jh6BbX\/YLNGrbGOWhAFyLOL76sj\/IV7WS3+X0dk2wGPH6qzWPtajVB5euHL7gwVfg7iexwgaz2thzpVLmF9\/3EA1A9GCl3cpOnGqYme0wAMzGKeQul1pkUY0P7RB60hYTF\/UH\/SwMHldNgNyixTLE7XQ6vJ1fE+3MAPoEHz2cf0RppymIuNqs13\/sgnI+QG+TIf75v\/R7pvi+PIvSSHRwT2SQIDAQAB"
}