UniHop Shopping Cart

Shop from any store, all with one shopping cart, then check out one time.

UniHop Shopping Cartคืออะไร?

UniHop Shopping Cart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unihop.app และคุณลักษณะหลักของมันคือ "Shop from any store, all with one shopping cart, then check out one time."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        UniHop's Shopping Cart allows you to shop from 100,000's of products with same-day delivery eligibility.
 
Add UniHop to your browser in seconds and shop like normal. We’ll be right by your side when your shopping from your favorite stores.
 
🪄 One Cart, Unlimited Number of Stores
As you shop around the internet, with one click, you can add products from any website to your cart, and check out all at one time.
 
🚚 Same-Day Delivery From Your Favorite Stores
With thousands of products available for same-day delivery, when you're ready to head to checkout, we'll find the products you're looking for, and get them delivered as fast as we can.
 
📦 Parcel Reception & Delivery (Select Cities)
Looking to buy something from an online-only store? Ship the package to us, and we'll deliver it directly to your hands whenever is most convenient for you. Perfect for when you're going out of town, or you need to sign for the package, but might not be home.
 
😍 Share Your Shopping Cart With Friends
Making a list of must-have products? Share your UniHop Shopping Cart with a friend, family member or anyone!
 
Want more UniHop awesomeness? Access UniHop on your iPhone and iPad too.                    

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

ชื่อ UniHop Shopping Cart UniHop Shopping Cart
ID ffgdaedjinkihdfadolnllmhmfhieong
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unihop-shopping-cart/ffgdaedjinkihdfadolnllmhmfhieong
คำอธิบาย Shop from any store, all with one shopping cart, then check out one time.
ขนาดไฟล์ 898 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-12-08
วันที่เผยแพร่ 2022-11-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://unihop.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://unihop.app/pages/browser-extension
URL หน้าช่วยเหลือ https://unihop.app/pages/chat
URL หน้านโยบายความเป็นส่วนตัว https://unihop.app/policies/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UniHop Shopping Cart",
    "description": "Shop from any store, all with one shopping cart, then check out one time.",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon48.png",
            "32": "icons\/icon128.png"
        },
        "default_title": "UniHop"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/*",
                "icons\/Logo.png",
                "icons\/link.png",
                "webfonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/main.css",
                "css\/bootstrap.min.css",
                "css\/all.min.css",
                "css\/jquery.ui.css"
            ],
            "js": [
                "lib\/jquery-3.6.1.slim.min.js",
                "lib\/jquery.ui.js",
                "lib\/bootstrap.min.js",
                "js\/priceCacheManager.js",
                "js\/dialogManager.js",
                "js\/observableLocalStorageWrapper.js",
                "js\/cartManager.js",
                "js\/CartItem.js",
                "js\/cartWriter.js",
                "js\/searchManager.js",
                "js\/deliveryManager.js",
                "js\/dialogRenderer.js",
                "js\/frameInitializer.js",
                "js\/mutationObserverWrapper.js",
                "js\/dialogEventBinder.js",
                "main.js"
            ]
        }
    ]
}