myWorld Plug-in

myWorld Plug-in: Never miss out on Cashback and Shopping Points at online Partners of the myWorld Benefit Program again

myWorld Plug-inคืออะไร?

myWorld Plug-in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myworld.com และคุณลักษณะหลักของมันคือ "myWorld Plug-in: Never miss out on Cashback and Shopping Points at online Partners of the myWorld Benefit Program again"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย myWorld Plug-in

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

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

                        Have you ever shopped online only to find that it's a myWorld Partner? With our myWorld Plug-in for your desktop browser, you need not worry about missing out on your myWorld Benefits.

How does the myWorld Plug-in help? By:
+ highlighting Partners in the Google search results
+ enabling you to activate Cashback directly in the online store without any detours
+ showing you available Coupon Codes of Online Partners

The best thing about it is: the myWorld Plug-in shows you every myWorld Partner in the Google search results. It's easy! Just click it and activate Cashback without losing your way through myWorld.com.                    

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

ชื่อ myWorld Plug-in myWorld Plug-in
ID ojjagijlcpeanalmgbppkhafpkkkcaod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myworld-plug-in/ojjagijlcpeanalmgbppkhafpkkkcaod
คำอธิบาย myWorld Plug-in: Never miss out on Cashback and Shopping Points at online Partners of the myWorld Benefit Program again
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 47,784
เวอร์ชันปัจจุบัน 2.6.17
อัปเดตครั้งล่าสุด 2023-07-12
วันที่เผยแพร่ 2020-03-19
คะแนน 4.86/5 รวมทั้งหมด 115 คะแนน
ผู้พัฒนา https://www.myworld.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.myworld.com
URL หน้าช่วยเหลือ https://www.myworld.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.myworld.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.17",
    "manifest_version": 3,
    "name": "myWorld Plug-in",
    "description": "myWorld Plug-in: Never miss out on Cashback and Shopping Points at online Partners of the myWorld Benefit Program again",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "alarms",
        "webNavigation",
        "management"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "neutral_32.png"
    },
    "icons": {
        "32": "neutral_32.png",
        "48": "neutral_48.png",
        "128": "neutral_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwzTQSpSY+vMZu+doTUyL9v1NoW6vEOaAU4vsR\/80NQZGAdFcAN9fZZ2ixV9sy0q\/dGH15TIvk7wpQO\/T\/zPaCCSoJ1pSK2mphQZmMCWVHv4GkdWGC47exF5NtEa32gp4pxfBUIB6kET5j3bFtRAUEZ63xUqCZ8ge0aqU5iqn4Iifk3pt2Wahs64kLIqXKCeRTY5azZmuk2nEq0bB32FYIBlZmXnLoCMs3q5\/syez+0NtuhuK5fmzgWvDvCHnUuCabEDCZwidqF1a3sRLgfglIMfbhmRjWZgRwFK\/PV1bDB387VUkdg796mYRhEllnhN+0h5Mx2OYoizcwqiHYS9iMwIDAQAB",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "neutral_128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}