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.

O que é One Red Maple Smart Shopping Assistant?

One Red Maple Smart Shopping Assistant é uma extensão do Chrome desenvolvida por https://oneredmaple.com, e sua principal característica é "Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão One Red Maple Smart Shopping Assistant

Baixe arquivos de extensão One Red Maple Smart Shopping Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome One Red Maple Smart Shopping Assistant One Red Maple Smart Shopping Assistant
ID clocnedhchbdgfcimmcecnffgohokcfc
URL Oficial https://chromewebstore.google.com/detail/one-red-maple-smart-shopp/clocnedhchbdgfcimmcecnffgohokcfc
Descrição Shop as you normally do, and your free Smart Shopping Assistant instantly finds product matches at locally owned stores near you.
Tamanho do Arquivo 957 KB
Contagem de Instalações 549
Versão Atual 3.9.1
Última Atualização 2024-02-14
Data de Publicação 2021-11-01
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor https://oneredmaple.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://oneredmaple.com/
URL da Página de Ajuda https://oneredmaple.com/support/
URL da Página de Política de Privacidade https://oneredmaple.com/privacy-policy
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}