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은(는) https://www.myworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "myWorld Plug-in: Never miss out on Cashback and Shopping Points at online Partners of the myWorld Benefit Program again"입니다.

확장 프로그램 스크린샷

screenshot

myWorld Plug-in 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}