Treatail

Get personalized deals anywhere you shop online.

Co to jest Treatail?

Treatail to rozszerzenie Chrome opracowane przez https://app.treatail.com, a jego główną funkcją jest „Get personalized deals anywhere you shop online.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Treatail

Pobierz pliki rozszerzeń Treatail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Treatail Treatail
ID ekhapnaegomomkelcdhcgedamfcifhel
Oficjalny URL https://chrome.google.com/webstore/detail/treatail/ekhapnaegomomkelcdhcgedamfcifhel
Opis Get personalized deals anywhere you shop online.
Rozmiar pliku 52.63 KB
Liczba instalacji 30
Aktualna Wersja 1.12
Ostatnia Aktualizacja 2018-11-26
Data Publikacji 2018-11-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://app.treatail.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.treatail.com
Adres URL Strony Pomocy http://www.treatail.com/buyers.html
Obsługiwane Języki 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"
        }
    ]
}