Raise.com extension

Save money shopping online with raise.com

什么是Raise.com extension?

Raise.com extension是由Patrick Myron开发的Chrome扩展程序,该扩展的主要功能是“Save money shopping online with raise.com”。

扩展截图

下载Raise.com extension扩展crx文件

下载Raise.com extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension gathers the website you are shopping on and searches raise.com to find the discounted electronic gift card that would save you the most money for your specific purchase.                    

扩展基本信息

名称 Raise.com extension Raise.com extension
ID kknoembcnnnhefehcmegppchcmggaafo
官方URL https://chromewebstore.google.com/detail/raisecom-extension/kknoembcnnnhefehcmegppchcmggaafo
简介 Save money shopping online with raise.com
文件大小 66.76 KB
安装次数 1,054
当前版本 1.1
更新时间 2019-06-11
上架时间 2019-06-10
评分 4.80/5 共5次评分
开发者 Patrick Myron
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/PatMyron/Raise-Chrome-Extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raise.com extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Save money shopping online with raise.com",
    "homepage_url": "http:\/\/patmyron.com\/raise-extension",
    "icons": {
        "16": "icons\/rounded.png",
        "48": "icons\/raise.png",
        "128": "icons\/raise.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/browser_action\/getUrl.js",
            "src\/ga.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/rounded.png",
        "default_title": "Raise.com link",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.raise.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}