Raise.com extension

Save money shopping online with raise.com

What is Raise.com extension?

Raise.com extension is a Chrome extension developed by Patrick Myron, and its main feature is "Save money shopping online with raise.com".

Extension Screenshots

Download Raise.com extension Extension CRX File

Download Raise.com extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Raise.com extension Raise.com extension
ID kknoembcnnnhefehcmegppchcmggaafo
Official URL https://chromewebstore.google.com/detail/raisecom-extension/kknoembcnnnhefehcmegppchcmggaafo
Description Save money shopping online with raise.com
File Size 66.76 KB
Installation Count 1,054
Current Version 1.1
Last Updated 2019-06-11
Publish Date 2019-06-10
Rating 4.80/5 Total 5 Ratings
Developer Patrick Myron
Email [email protected]
Payment Type free
Extension Website https://github.com/PatMyron/Raise-Chrome-Extension
Supported Languages 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'"
}