Raiven

Get Raiven and get savin'!

Raiven란 무엇입니까?

Raiven은(는) https://raiven.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Raiven and get savin'!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Raiven 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}