Raiven

Get Raiven and get savin'!

Raiven là gì?

Raiven là một tiện ích mở rộng Chrome được phát triển bởi https://raiven.com, và tính năng chính của nó là "Get Raiven and get savin'!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Raiven

Tải xuống các tệp mở rộng Raiven dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Raiven Raiven
ID cgclipkanadlchjedndanhmkhjimfojf
URL Chính Thức https://chromewebstore.google.com/detail/raiven/cgclipkanadlchjedndanhmkhjimfojf
Mô tả Get Raiven and get savin'!
Kích Thước Tệp 683 KB
Số Lần Cài Đặt 1,083
Phiên Bản Hiện Tại 1.242.0
Cập Nhật Lần Cuối 2023-03-08
Ngày Phát Hành 2020-12-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://raiven.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://getraiven.com
URL Trang Trợ Giúp https://www.raiven.com/privacy-policy
URL Trang Chính Sách Bảo Mật https://www.raiven.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}