Prixan: automatic competition monitoring

PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy

O que é Prixan: automatic competition monitoring?

Prixan: automatic competition monitoring é uma extensão do Chrome desenvolvida por https://www.prixan.com, e sua principal característica é "PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Prixan: automatic competition monitoring

Baixe arquivos de extensão Prixan: automatic competition monitoring 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

                        Monitor the market as you are browsing, for each product page, the extension will display the prices of all the other resellers that you will decide to monitor.                    

Informações Básicas da Extensão

Nome Prixan: automatic competition monitoring Prixan: automatic competition monitoring
ID pcoiehhcghecejjamojljcnibggnfnlj
URL Oficial https://chromewebstore.google.com/detail/prixan-automatic-competit/pcoiehhcghecejjamojljcnibggnfnlj
Descrição PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy
Tamanho do Arquivo 158 KB
Contagem de Instalações 446
Versão Atual 1.0.33
Última Atualização 2019-06-09
Data de Publicação 2019-06-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.prixan.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en-US,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_title__",
    "short_name": "Prixan",
    "description": "__MSG_ext_desc__",
    "version": "1.0.33",
    "default_locale": "en_US",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "login.html",
        "main.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}