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.

One Red Maple Smart Shopping Assistant क्या है?

One Red Maple Smart Shopping Assistant https://oneredmaple.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Red Maple Smart Shopping Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम One Red Maple Smart Shopping Assistant One Red Maple Smart Shopping Assistant
ID clocnedhchbdgfcimmcecnffgohokcfc
आधिकारिक URL https://chromewebstore.google.com/detail/one-red-maple-smart-shopp/clocnedhchbdgfcimmcecnffgohokcfc
विवरण Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.
फ़ाइल का आकार 957 KB
स्थापना संख्या 549
वर्तमान संस्करण 3.9.1
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2021-11-01
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर https://oneredmaple.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://oneredmaple.com/
सहायता पृष्ठ URL https://oneredmaple.com/support/
गोपनीयता नीति पृष्ठ URL https://oneredmaple.com/privacy-policy
समर्थित भाषाएँ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}