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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prisjakt - snabbsök एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}