Raiven

Get Raiven and get savin'!

Raivenคืออะไร?

Raiven เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raiven.com และคุณลักษณะหลักของมันคือ "Get Raiven and get savin'!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raiven

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}