CodiceSconto

Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.

CodiceScontoคืออะไร?

CodiceSconto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codicesconto.com และคุณลักษณะหลักของมันคือ "Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto."

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

screenshot
screenshot
screenshot

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

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

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

                        CodiceSconto è il portale leader italiano dedicato ai codici sconto per acquistare risparmiando.

Lo scopo principale di questa estensione è quello di notificarti quando abbiamo trovato un codice sconto o un offerta significativa valida per il sito che stai navigando.

Ti consigliamo di aggiungere l'estensione anche perché è la prima in Italia con la tecnologia auto apply, che applica per te nel carrello il miglior codice sconto valido tra quelli a disposizione, senza che tu debba fare nulla.                    

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

ชื่อ CodiceSconto CodiceSconto
ID ggggbcdagagielndanbjleachkmilija
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codicesconto/ggggbcdagagielndanbjleachkmilija
คำอธิบาย Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.
ขนาดไฟล์ 826 KB
จำนวนการติดตั้ง 9,133
เวอร์ชันปัจจุบัน 3.0.11
อัปเดตครั้งล่าสุด 2023-04-02
วันที่เผยแพร่ 2020-05-04
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.codicesconto.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.codicesconto.com
URL หน้าช่วยเหลือ https://www.codicesconto.com/contatti
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodiceSconto",
    "version": "3.0.11",
    "description": "Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.",
    "icons": {
        "16": "images\/cs-16.png",
        "19": "images\/cs-19.png",
        "32": "images\/cs-32.png",
        "38": "images\/cs-38.png",
        "48": "images\/cs-48.png",
        "128": "images\/cs-128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/utility.min.js",
            "scripts\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "pages\/popup.html",
        "pages\/autoapply\/start.html",
        "pages\/autoapply\/progress.html",
        "pages\/autoapply\/success.html",
        "pages\/autoapply\/fail.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/frame.css"
            ],
            "js": [
                "scripts\/content_script.min.js",
                "scripts\/content_script_autoapply.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/cs-38.png",
        "default_title": "CodiceSconto"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "alarms"
    ]
}