Treatail

Get personalized deals anywhere you shop online.

Cos'è Treatail?

Treatail è un'estensione di Chrome sviluppata da https://app.treatail.com, e la sua funzione principale è "Get personalized deals anywhere you shop online.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Treatail

Scarica i file di estensione Treatail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Treatail is an exciting new online platform that enables users to name their price to negotiate a deal, creating an engaging online shopping experience that was previously only possible face-to-face.                    

Informazioni di Base sull'Estensione

Nome Treatail Treatail
ID ekhapnaegomomkelcdhcgedamfcifhel
URL Ufficiale https://chrome.google.com/webstore/detail/treatail/ekhapnaegomomkelcdhcgedamfcifhel
Descrizione Get personalized deals anywhere you shop online.
Dimensione del File 52.63 KB
Conteggio Installazioni 30
Versione Corrente 1.12
Ultimo Aggiornamento 2018-11-26
Data di Pubblicazione 2018-11-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://app.treatail.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.treatail.com
URL della Pagina di Aiuto http://www.treatail.com/buyers.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Treatail",
    "version": "1.12",
    "manifest_version": 2,
    "description": "Get personalized deals anywhere you shop online.",
    "homepage_url": "http:\/\/www.treatail.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "\/js\/zepto.min.js",
            "\/js\/helpers.js",
            "\/js\/background_helpers.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Treatail",
        "default_icon": "icons\/icon48.png",
        "default_area": "navbar"
    },
    "web_accessible_resources": [
        "\/js\/zepto.min.js",
        "\/images\/logo.png",
        "\/images\/logo_vertical.png",
        "\/images\/logo_white.png",
        "\/css\/capture.css",
        "\/css\/offer_bar.css",
        "\/css\/please_wait.css",
        "\/html\/offer_bar.html"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zepto.min.js",
                "\/js\/helpers.js",
                "\/js\/inject_helpers.js",
                "\/js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}