Guru
Coupons applied automatically
什么是Guru?
Guru是由https://goguru.io开发的Chrome扩展程序,该扩展的主要功能是“Coupons applied automatically”。
扩展截图
下载Guru扩展crx文件
下载Guru扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install Guru and stop wasting time manually entering coupon codes. Guru makes it easy to automatically try coupons on your favorite stores. AUTOMATICALLY APPLY COUPON CODES - Automatically try coupons from the top online stores. EXCLUSIVE ACCESS - Exclusive access to over 50,000 coupons and deals. ––––––––––––––––––––––––––––––––– By using this extension, you agree to our Terms: https://goguru.io/terms Privacy Policy: https://goguru.io/privacy
扩展基本信息
名称 | Guru |
ID | ekahpenefeneekjoanbhkodldleballn |
官方URL | https://chromewebstore.google.com/detail/guru/ekahpenefeneekjoanbhkodldleballn |
简介 | Coupons applied automatically |
文件大小 | 569 KB |
安装次数 | 7,888 |
当前版本 | 8.0.4 |
更新时间 | 2019-02-24 |
上架时间 | 2019-02-23 |
评分 | 4.38/5 共125次评分 |
开发者 | https://goguru.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://goguru.io/ |
帮助页面URL | https://goguru.io/help |
隐私政策页面URL | https://goguru.io/privacy |
支持的语言 | en-US,es-419,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guru", "version": "8.0.4", "description": "__MSG_extDesc__", "default_locale": "en_US", "manifest_version": 2, "permissions": [ "alarms", "cookies", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "assets\/css\/fonts.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/active-16.png", "48": "icons\/active-48.png", "128": "icons\/active-128.png" }, "browser_action": { "default_icon": { "19": "icons\/inactive-19.png", "38": "icons\/inactive-38.png" }, "default_title": "Guru" }, "content_security_policy": "script-src 'self' https:\/\/*.goguru.io https:\/\/api.ipstack.com https:\/\/api.segment.io; object-src 'self'", "minimum_chrome_version": "27" } |