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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}