Prisjakt - snabbsök

This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.

O que é Prisjakt - snabbsök?

Prisjakt - snabbsök é uma extensão do Chrome desenvolvida por syntaxsugarapps, e sua principal característica é "This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prisjakt - snabbsök

Baixe arquivos de extensão Prisjakt - snabbsök 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

                        This (unofficial) Prisjakt Chrome extension is super easy to use.

1. Navigate to a product page
2. Open the Chrome extension
3. Done!

The best price is then instantly shown to you. 

You will also have the option to go directly to the cheapest store by pressing "Till Butiken" or see the comparison on Prisjakt.nu by clicking "See på prisjakt".

Experience any problems?
There are many stores that this extension needs to function correctly on. We simply can't test all of them ourselves. Did you experience a problem? Contact us directly (email below) before giving a negative rating, we will do our best to correct the problem.

----Change log v0.6----
Made adjustments in accordance with the prisjakt.nu website updates which temporarily broke the querying for products.                    

Informações Básicas da Extensão

Nome Prisjakt - snabbsök Prisjakt - snabbsök
ID ehhjcokoimideeckkmakakdmmjengjgf
URL Oficial https://chrome.google.com/webstore/detail/prisjakt-snabbs%C3%B6k/ehhjcokoimideeckkmakakdmmjengjgf
Descrição This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.
Tamanho do Arquivo 101 KB
Contagem de Instalações 400
Versão Atual 0.6
Última Atualização 2019-03-17
Data de Publicação 2019-03-17
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor syntaxsugarapps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/SyntaxSugarApps/Prisjakt/blob/master/Privacy%20Policy.md
Idiomas Suportados sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Prisjakt - snabbs\u00f6k",
    "description": "This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo16_se.png",
        "default_popup": "popup.html",
        "default_title": "Kolla Priset!"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}