Flesko v2.0
Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results
Flesko v2.0 là gì?
Flesko v2.0 là một tiện ích mở rộng Chrome được phát triển bởi Rentabilisense, và tính năng chính của nó là "Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results".
Ả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 Flesko v2.0
Tải xuống các tệp mở rộng Flesko v2.0 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aageghngjdejoeppnjmnbbcfcfbhnipn |
URL Chính Thức | https://chrome.google.com/webstore/detail/flesko-v20/aageghngjdejoeppnjmnbbcfcfbhnipn |
Mô tả | Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 218 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2016-03-21 |
Ngày Phát Hành | 2016-03-21 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Rentabilisense |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.codigos-descuento.com |
Ngôn Ngữ Được Hỗ Trợ | en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,fi,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "2.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "css": [ "css\/merchant.css" ], "js": [ "js\/jquery.js", "js\/merchant.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "css": [ "css\/searchengine.css" ], "js": [ "js\/jquery.js", "js\/searchengine.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/jquery.js", "js\/discountcodes.js" ] } ], "web_accessible_resources": [ "images\/icon19.png", "images\/icon42.png", "data.json", "data-empty.json" ], "permissions": [ "tabs", "webNavigation", "*:\/\/*\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |