Voucher Genius Extension

This extension shows the Voucher Genius Extension

Voucher Genius Extensionคืออะไร?

Voucher Genius Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voucher Genius และคุณลักษณะหลักของมันคือ "This extension shows the Voucher Genius Extension"

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

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

ดาวน์โหลดไฟล์ส่วนขยาย Voucher Genius Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Voucher Genius finds the best vouchers, promotion codes and discounts when you are browsing so you can apply them and Save Money Every Day.

Once installed, our icon will be displayed in the top right bar. When you are shopping online and vouchers are found for the specific website or product, our icon changes color from blue to orange and will display. on top of the icon,  the number of vouchers found. 

Visit us at: http://vouchergenius.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voucher Genius Extension Voucher Genius Extension
ID dloibnjehigboffjikiaogichnlchedi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voucher-genius-extension/dloibnjehigboffjikiaogichnlchedi
คำอธิบาย This extension shows the Voucher Genius Extension
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.0.19
อัปเดตครั้งล่าสุด 2018-11-12
วันที่เผยแพร่ 2018-11-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Voucher Genius
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://vouchergenius.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว http://vouchergenius.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voucher Genius Extension",
    "description": "This extension shows the Voucher Genius Extension",
    "version": "1.0.19",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for Vouchers!"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js",
            "assets\/scripts\/getvouchers.js",
            "assets\/scripts\/switchdivs.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.2.1.min.js",
                "assets\/js\/content.js",
                "assets\/js\/bootstrap.min.js",
                "assets\/js\/fontawesome.js"
            ],
            "css": [
                "assets\/css\/vgstyles.css",
                "assets\/css\/vg-toaster-styles.css",
                "assets\/css\/3rd.css",
                "assets\/css\/fontawesome.min.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/www.vouchergenius.com\/*",
        "http:\/\/vouchergenius.com\/*",
        "http:\/\/vgbackend.vouchergenius.com\/vgbe\/*"
    ],
    "web_accessible_resources": [
        "Voucher-Genius8.png",
        "cut.png",
        "asas.png",
        "toaster.js",
        "toaster.html"
    ]
}