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開發的Chrome擴展程式,該擴展的主要功能是“Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.”。

擴展截圖

screenshot
screenshot
screenshot

下載One Red Maple Smart Shopping Assistant擴展crx文件

下載One Red Maple Smart Shopping Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}