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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}