Pock - Coupons & Shopping Tools (On Screen)
Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.
¿Qué es Pock - Coupons & Shopping Tools (On Screen)?
Pock - Coupons & Shopping Tools (On Screen) es una extensión de Chrome desarrollada por Pock, y su función principal es "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pock - Coupons & Shopping Tools (On Screen)
Descarga archivos de extensión Pock - Coupons & Shopping Tools (On Screen) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | abmjbebaombgfnhpcbfmhopijdilefmg |
URL Oficial | https://chrome.google.com/webstore/detail/abmjbebaombgfnhpcbfmhopijdilefmg |
Descripción | Pock works in the background of Chrome searching for coupons, better prices and offers that save you money. |
Tamaño del Archivo | 299 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.1 |
Última Actualización | 2018-09-14 |
Fecha de Publicación | 2018-09-14 |
Calificación | 4.81/5 Total de 138 Calificaciones |
Desarrollador | Pock |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pock.app/ |
URL de la Página de Ayuda | https://pock.app/faq.html |
URL de la Página de Política de Privacidad | https://pock.app/privacy.html |
Idiomas Soportados | 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\/*" ] } |