useDuck

Displays coupons and offers for over 15,000 webshops.

useDuckคืออะไร?

useDuck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://useduck.com และคุณลักษณะหลักของมันคือ "Displays coupons and offers for over 15,000 webshops."

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

screenshot
screenshot

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

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

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

                        useDuck shows you all working, hand-tested coupons directly in your browser while shopping online. 
Relax. The endless search for coupons is over. 

Over 15.000 online stores. 
Simply save money shopping online in Germany, France, Spain, Italy, Sweden and Denmark. 

Facts
* useDuck shows you all vlaid coupons for over 15.000 online stores in Germany, France, Spain, Italy, Sweden and Denmark directly in your browser shopping online. 
* useDuck completely free and no registration is required. 
* useDuck helps you save money shopping online. 
* Install useDuck today and start saving. 
* useDuck respects your privacy and only saves very few data anonymously to continously improve the product.                    

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

ชื่อ useDuck useDuck
ID bmfjfeplabdjamdigpoooapigljhgpih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/useduck/bmfjfeplabdjamdigpoooapigljhgpih
คำอธิบาย Displays coupons and offers for over 15,000 webshops.
ขนาดไฟล์ 60.78 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.0.3.3
อัปเดตครั้งล่าสุด 2018-11-01
วันที่เผยแพร่ 2018-10-25
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://useduck.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://useduck.com/
URL หน้าช่วยเหลือ https://useduck.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.useduck.com
ภาษาที่รองรับ de,en,fr,da,es,it,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "useDuck",
    "short_name": "useDuck",
    "version": "0.0.3.3",
    "default_locale": "de",
    "description": "__MSG_Description__",
    "manifest_version": 2,
    "author": "Marco Molkenthin",
    "homepage_url": "https:\/\/useduck.com\/",
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "64": "icons\/logo-64.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "res\/jquery\/jquery-3.3.1.min.js",
                "scripts\/layer.js"
            ],
            "css": [
                "styles\/layer.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "res\/jquery\/jquery-3.3.1.min.js",
            "scripts\/main.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_title": "useDuck",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png",
            "64": "icons\/logo-64.png",
            "128": "icons\/logo-128.png"
        }
    }
}