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) क्या है?
Pock - Coupons & Shopping Tools (On Screen) Pock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pock - Coupons & Shopping Tools (On Screen) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | abmjbebaombgfnhpcbfmhopijdilefmg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/abmjbebaombgfnhpcbfmhopijdilefmg |
विवरण | Pock works in the background of Chrome searching for coupons, better prices and offers that save you money. |
फ़ाइल का आकार | 299 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-09-14 |
प्रकाशन तिथि | 2018-09-14 |
रेटिंग | 4.81/5 कुल 138 रेटिंग्स |
डेवलपर | Pock |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pock.app/ |
सहायता पृष्ठ URL | https://pock.app/faq.html |
गोपनीयता नीति पृष्ठ URL | https://pock.app/privacy.html |
समर्थित भाषाएँ | 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\/*" ] } |