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.

什么是Prisjakt - snabbsök?

Prisjakt - snabbsök是由syntaxsugarapps开发的Chrome扩展程序,该扩展的主要功能是“This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.”。

扩展截图

screenshot

下载Prisjakt - snabbsök扩展crx文件

下载Prisjakt - snabbsök扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Prisjakt - snabbsök Prisjakt - snabbsök
ID ehhjcokoimideeckkmakakdmmjengjgf
官方URL https://chrome.google.com/webstore/detail/prisjakt-snabbs%C3%B6k/ehhjcokoimideeckkmakakdmmjengjgf
简介 This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.
文件大小 101 KB
安装次数 400
当前版本 0.6
更新时间 2019-03-17
上架时间 2019-03-17
评分 5.00/5 共4次评分
开发者 syntaxsugarapps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/SyntaxSugarApps/Prisjakt/blob/master/Privacy%20Policy.md
支持的语言 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"
    ]
}