SwipeWisely

Our Goal Is To Ensure That You Never Pay More Than You Have To!

SwipeWiselyคืออะไร?

SwipeWisely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swipewisely.com และคุณลักษณะหลักของมันคือ "Our Goal Is To Ensure That You Never Pay More Than You Have To!"

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

screenshot

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

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

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

                        The SwipeWisely shopping tool allows you instantly compare prices and similar products from top stores while you shop. That way you'll know if you're getting a good deal or if the same or similar products are available from another store for less.

Think of it as the 'search engine for deals' that searches for you while you browse.

Our goal is to ensure that you never pay more than you have to!

Among many coming features, it will also allow you to auto-add coupon codes to your cart on 1000s of top sites, helping you save even more with just a click of a button.

By installing, you agree to the terms at swipewisely.com.                    

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

ชื่อ SwipeWisely SwipeWisely
ID pldgbjhlickimjjlcohgfgakhonfogji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swipewisely/pldgbjhlickimjjlcohgfgakhonfogji
คำอธิบาย Our Goal Is To Ensure That You Never Pay More Than You Have To!
ขนาดไฟล์ 813 KB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 5
อัปเดตครั้งล่าสุด 2018-08-24
วันที่เผยแพร่ 2018-08-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://swipewisely.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.swipewisely.com/?utm_source=chrome&utm_medium=home
URL หน้าช่วยเหลือ https://www.swipewisely.com/contact-us/?utm_source=chrome&utm_medium=support
URL หน้านโยบายความเป็นส่วนตัว https://swipewisely.com/pages/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwipeWisely",
    "description": "Our Goal Is To Ensure That You Never Pay More Than You Have To!",
    "version": "5",
    "background": {
        "scripts": [
            "assets\/lib\/jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "img\/icon-128.png",
        "24": "img\/icon-24.png",
        "32": "img\/icon-32.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "assets\/lib\/jquery.js",
                "content.js"
            ],
            "css": [
                "assets\/common.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "webRequest",
        "assets\/common.css",
        "background",
        "img\/*.png"
    ]
}