MySwitPlanet

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

MySwitPlanetคืออะไร?

MySwitPlanet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WWP CAPITAL PLC และคุณลักษณะหลักของมันคือ "Search for products with cashback has become even easier. Return cashback without visiting the website!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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