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 là gì?
Prisjakt - snabbsök là một tiện ích mở rộng Chrome được phát triển bởi syntaxsugarapps, và tính năng chính của nó là "This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prisjakt - snabbsök
Tải xuống các tệp mở rộng Prisjakt - snabbsök dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ehhjcokoimideeckkmakakdmmjengjgf |
URL Chính Thức | https://chrome.google.com/webstore/detail/prisjakt-snabbs%C3%B6k/ehhjcokoimideeckkmakakdmmjengjgf |
Mô tả | This Prisjakt Chrome extension searches for the best price on Prisjakt.nu for the product in the current tab with one simple click. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 400 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2019-03-17 |
Ngày Phát Hành | 2019-03-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | syntaxsugarapps |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/SyntaxSugarApps/Prisjakt/blob/master/Privacy%20Policy.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |