CoponCode

Instantly know about coupon codes while shopping.

CoponCodeคืออะไร?

CoponCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coponcode.com และคุณลักษณะหลักของมันคือ "Instantly know about coupon codes while shopping."

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

screenshot
screenshot
screenshot

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

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

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

                        Instantly get notified about available coupon codes while shopping. When you visit a website, we will show a notification if coupons codes are available. Then you can view the list of available coupons right there and save time!

Or you could just use the extension to search for coupon codes of any vendor you like.                    

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

ชื่อ CoponCode CoponCode
ID pfnhpeemdlipkilojoenempbjlecmebi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coponcode/pfnhpeemdlipkilojoenempbjlecmebi
คำอธิบาย Instantly know about coupon codes while shopping.
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-12-18
วันที่เผยแพร่ 2018-12-13
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://coponcode.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://takhfifan.com/privacy-policy
ภาษาที่รองรับ fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoponCode",
    "description": "Instantly know about coupon codes while shopping.",
    "version": "1.0.2",
    "author": "CoponCode",
    "icons": {
        "48": "assets\/images\/icon48.png",
        "96": "assets\/images\/icon96.png"
    },
    "browser_action": {
        "default_title": "CoponCode",
        "default_icon": {
            "19": "assets\/images\/icon20.png",
            "20": "assets\/images\/icon20.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "assets\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/coponcode.client.js"
            ],
            "css": [
                "assets\/css\/client.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/coponcode.com\/*"
    ]
}