Pock - Coupons & Shopping Tools (On Screen)
Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.
Pock - Coupons & Shopping Tools (On Screen) là gì?
Pock - Coupons & Shopping Tools (On Screen) là một tiện ích mở rộng Chrome được phát triển bởi Pock, và tính năng chính của nó là "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.".
Ả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 Pock - Coupons & Shopping Tools (On Screen)
Tải xuống các tệp mở rộng Pock - Coupons & Shopping Tools (On Screen) 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
Do you find yourself frantically searching around for coupons and special offers when you are shopping online? Pock takes away these stresses by performing all of this in the background and alerting you when it finds something useful. All of this is done for FREE and by installing Pock you are going to save mega money online. UPDATES v1.1 - Page contents shifts so that coupon panel doesn't block cart button, highlighting v1.0 - Ability to vote for coupons/offers to inform others if they work or not
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abmjbebaombgfnhpcbfmhopijdilefmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/abmjbebaombgfnhpcbfmhopijdilefmg |
Mô tả | Pock works in the background of Chrome searching for coupons, better prices and offers that save you money. |
Kích Thước Tệp | 299 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-09-14 |
Ngày Phát Hành | 2018-09-14 |
Đánh Giá | 4.81/5 Tổng số 138 Đánh Giá |
Nhà Phát Triển | Pock |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pock.app/ |
URL Trang Trợ Giúp | https://pock.app/faq.html |
URL Trang Chính Sách Bảo Mật | https://pock.app/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pock - Coupons & Shopping Tools (On Screen)", "version": "1.1", "manifest_version": 2, "description": "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/pock-icon-19.png", "38": "images\/pock-icon-38.png" } }, "content_scripts": [ { "all_frames": false, "css": [ "css\/content.css" ], "js": [ "js\/excluded.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "19": "images\/pock-icon-19.png", "38": "images\/pock-icon-38.png", "128": "images\/pock-icon-128.png" }, "permissions": [ "activeTab", "declarativeContent", "tabs", "clipboardWrite" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'", "homepage_url": "https:\/\/pock.app\/", "web_accessible_resources": [ "html\/panel.html", "images\/*" ] } |