GetJam - find Coupons and Promo codes

The best coupons and discounts for online shopping

¿Qué es GetJam - find Coupons and Promo codes?

GetJam - find Coupons and Promo codes es una extensión de Chrome desarrollada por https://getjam.net, y su función principal es "The best coupons and discounts for online shopping".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión GetJam - find Coupons and Promo codes

Descarga archivos de extensión GetJam - find Coupons and Promo codes 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

                        GetJam is a free Chrome browser extension that will allow you to save money when doing online shopping. GetJam coupon extension finds discounts and promo codes and applies them at checkout, so you don't have to look for ways to save money yourself.

Getting started with GetJam is incredibly easy! It takes just one click and it will be added to your browser. No registration required!                    

Información Básica de la Extensión

Nombre GetJam - find Coupons and Promo codes GetJam - find Coupons and Promo codes
ID deamobbcdpcfhkiepmjicnlheiaalbbe
URL Oficial https://chromewebstore.google.com/detail/getjam-find-coupons-and-p/deamobbcdpcfhkiepmjicnlheiaalbbe
Descripción The best coupons and discounts for online shopping
Tamaño del Archivo 191 KB
Cantidad de Instalaciones 233,168
Versión Actual 2.0.1
Última Actualización 2023-09-24
Fecha de Publicación 2020-06-12
Calificación 4.61/5 Total de 153 Calificaciones
Desarrollador https://getjam.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.getjam.net/
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Yevgen",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon_browser_48.png",
        "128": "icons\/icon_browser_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "GetJam",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js",
        "manifest.json"
    ]
}