GetJam - find Coupons and Promo codes

The best coupons and discounts for online shopping

什么是GetJam - find Coupons and Promo codes?

GetJam - find Coupons and Promo codes是由https://getjam.net开发的Chrome扩展程序,该扩展的主要功能是“The best coupons and discounts for online shopping”。

扩展截图

screenshot
screenshot

下载GetJam - find Coupons and Promo codes扩展crx文件

下载GetJam - find Coupons and Promo codes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 GetJam - find Coupons and Promo codes GetJam - find Coupons and Promo codes
ID deamobbcdpcfhkiepmjicnlheiaalbbe
官方URL https://chromewebstore.google.com/detail/getjam-find-coupons-and-p/deamobbcdpcfhkiepmjicnlheiaalbbe
简介 The best coupons and discounts for online shopping
文件大小 191 KB
安装次数 233,168
当前版本 2.0.1
更新时间 2023-09-24
上架时间 2020-06-12
评分 4.61/5 共153次评分
开发者 https://getjam.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getjam.net/
支持的语言 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"
    ]
}