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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย One Red Maple Smart Shopping Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}