Raiven

Get Raiven and get savin'!

什么是Raiven?

Raiven是由https://raiven.com开发的Chrome扩展程序,该扩展的主要功能是“Get Raiven and get savin'!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Raiven扩展crx文件

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

扩展使用说明

                        Get savin' with Raiven

Never miss a better option while purchasing online. Raiven lets you check your unique pricing and offers from your suppliers—directly on other sites! Find better prices, shipping, availability, and more. It's never been easier to see and compare your options.
  
• Automatic availability lookup
• See your unique supplier pricing—even on other sites
• Avoid the tabs! Find the same item across suppliers wherever you are
• See your exclusive benefits from your suppliers
• Enhance your Marketplace experience with assisted help and alerts                    

扩展基本信息

名称 Raiven Raiven
ID cgclipkanadlchjedndanhmkhjimfojf
官方URL https://chromewebstore.google.com/detail/raiven/cgclipkanadlchjedndanhmkhjimfojf
简介 Get Raiven and get savin'!
文件大小 683 KB
安装次数 1,083
当前版本 1.242.0
更新时间 2023-03-08
上架时间 2020-12-18
评分 5.00/5 共3次评分
开发者 https://raiven.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://getraiven.com
帮助页面URL https://www.raiven.com/privacy-policy
隐私政策页面URL https://www.raiven.com/privacy-policy
支持的语言 en,en-GB,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raiven",
    "short_name": "Raiven",
    "version": "1.242.0",
    "description": "Get Raiven and get savin'!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Raiven, Inc",
    "default_locale": "en",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pusher.min.js",
                "injections.js",
                "react.production.min.js",
                "react-dom.production.min.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.raiven.com\/*",
            "*:\/\/*.qmerit.com\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3335\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/icon16.png",
            "32": "images\/icons\/icon32.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    }
}