One Red Maple Smart Shopping Assistant

Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.

Qu'est-ce que One Red Maple Smart Shopping Assistant ?

One Red Maple Smart Shopping Assistant est une extension Chrome développée par https://oneredmaple.com, et sa fonction principale est "Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension One Red Maple Smart Shopping Assistant

Téléchargez les fichiers d'extension One Red Maple Smart Shopping Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Getting what you want when you want it, while saving money and supporting your local economy has never been easier! It’s a win-win for everyone.

Shop like you normally do and the Smart Shopping Assistant saves you time by finding what you're looking for at locally owned stores.

Over 50% of the time, local saves you more – so go ahead and try it out for free... 
search, compare prices and SAVE! One Red Maple has you covered.                    

Informations de Base sur l'Extension

Nom One Red Maple Smart Shopping Assistant One Red Maple Smart Shopping Assistant
ID clocnedhchbdgfcimmcecnffgohokcfc
URL Officiel https://chromewebstore.google.com/detail/one-red-maple-smart-shopp/clocnedhchbdgfcimmcecnffgohokcfc
Description Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.
Taille du Fichier 957 KB
Nombre d'Installations 549
Version Actuelle 3.9.1
Dernière Mise à Jour 2024-02-14
Date de Publication 2021-11-01
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://oneredmaple.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://oneredmaple.com/
URL de la Page d'Aide https://oneredmaple.com/support/
URL de la Page de Politique de Confidentialité https://oneredmaple.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Red Maple Smart Shopping Assistant",
    "version": "3.9.1",
    "manifest_version": 3,
    "description": "Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.",
    "homepage_url": "http:\/\/oneredmaple.com",
    "icons": {
        "16": "assets\/icons\/logo_16.png",
        "32": "assets\/icons\/logo_32.png",
        "48": "assets\/icons\/logo_48.png",
        "64": "assets\/icons\/logo_64.png",
        "128": "assets\/icons\/logo_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "geolocation",
        "offscreen",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}