Purchase Advisor Extension

Use the crowd wisdom and find out where others get their purchase recommendations from.

O que é Purchase Advisor Extension?

Purchase Advisor Extension é uma extensão do Chrome desenvolvida por http://purchase-advisor.com, e sua principal característica é "Use the crowd wisdom and find out where others get their purchase recommendations from.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Purchase Advisor Extension

Baixe arquivos de extensão Purchase Advisor Extension 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

                        Automatically find out how other people make their shopping decisions online!
 
Love saving money and getting the best deals? Knowledge is power!
 
Use crowd wisdom to learn where others get their recommendations from and use this information to get the best deals and greatest finds.

Purchase Advisor uses crowd wisdom to improve our community members’ online research prior to making a purchase.

Our AI-powered platform analyzes browser data to bring you the most valuable tips on how and where to conduct your shopping research..                    

Informações Básicas da Extensão

Nome Purchase Advisor Extension Purchase Advisor Extension
ID ooibdcohnglhbddamfhdmcoajkpeknme
URL Oficial https://chrome.google.com/webstore/detail/purchase-advisor-extensio/ooibdcohnglhbddamfhdmcoajkpeknme
Descrição Use the crowd wisdom and find out where others get their purchase recommendations from.
Tamanho do Arquivo 4.86 MB
Contagem de Instalações 2,596
Versão Atual 2.04
Última Atualização 2021-12-06
Data de Publicação 2020-12-24
Classificação 4.43/5 Total de 40 Avaliações
Desenvolvedor http://purchase-advisor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.purchase-advisor.com
URL da Página de Ajuda https://www.purchase-advisor.com/contact-us
URL da Página de Política de Privacidade https://www.purchase-advisor.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purchase Advisor Extension",
    "version": "2.04",
    "description": "Use the crowd wisdom and find out where others get their purchase recommendations from.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Purchase Advisor Extension"
    },
    "permissions": [
        "storage",
        "alarms",
        "history",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "runtime.js",
            "aws.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "background.js",
                "runtime.js",
                "aws.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}