MySwitPlanet

Search for products with cashback has become even easier. Return cashback without visiting the website!

MySwitPlanet란 무엇입니까?

MySwitPlanet은(는) WWP CAPITAL PLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for products with cashback has become even easier. Return cashback without visiting the website!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MySwitPlanet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To make searching for products with cashback even easier and more enjoyable, we have created a special browser extension MySwitPlanet. Now, even with a regular Google search, the MySwitPlanet extension will tell you whether the found online store is connected to the cashback platform. All deals, promo codes, and profitable offers from stores will be at hand — this will also be taken care of by the MySwitPlanet extension.
To activate cashback, you don't even need to go to the site market.myswitplanet.com, the extension will do everything automatically.
Cashback will not be lost for sure: the MySwitPlanet extension tracks all stores that are on the platform (with the exception of stores that use a promo code).
Advantages and convenience of the MySwitPlanet extension:
- hints about the possibility of getting up to 40% cashback from purchases
- instant access to your favorite stores
- guarantee of cashback accrual from purchases in the platform's stores
- simple and intuitive functionality
- reflection of the current balance and data from your personal account directly in the browser
- full data protection with cryptographic encryption                    

확장 프로그램 기본 정보

이름 MySwitPlanet MySwitPlanet
ID ifghgniinoaoedncgeecngmbpkkfimcj
공식 URL https://chromewebstore.google.com/detail/myswitplanet/ifghgniinoaoedncgeecngmbpkkfimcj
설명 Search for products with cashback has become even easier. Return cashback without visiting the website!
파일 크기 2.97 MB
설치 횟수 167
현재 버전 1.0.11
최근 업데이트 2021-05-12
출시 날짜 2020-11-27
평점 5.00/5 총 2 개의 평점
개발자 WWP CAPITAL PLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://market.myswitplanet.com/
개인정보 보호 정책 페이지 URL https://switips.us/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySwitPlanet",
    "short_name": "MySwitPlanet",
    "version": "1.0.11",
    "description": "Search for products with cashback has become even easier. Return cashback without visiting the website!",
    "homepage_url": "https:\/\/market.myswitplanet.com\/",
    "author": "market.myswitplanet.com",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "unlimitedStorage",
        "cookies",
        "management"
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-default.png",
        "default_title": "MySwitPlanet",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-48.png",
        "18": "icon-48.png",
        "32": "icon-48.png",
        "128": "icon-48.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg"
    ]
}