CodiceSconto

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

CodiceScontoとは何ですか?

CodiceScontoはhttps://www.codicesconto.comによって開発されたChromeの拡張機能で、その主な機能は「Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CodiceSconto拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}