Treatail

Get personalized deals anywhere you shop online.

What is Treatail?

Treatail is a Chrome extension developed by https://app.treatail.com, and its main feature is "Get personalized deals anywhere you shop online.".

Extension Screenshots

screenshot
screenshot

Download Treatail Extension CRX File

Download Treatail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Treatail Treatail
ID ekhapnaegomomkelcdhcgedamfcifhel
Official URL https://chrome.google.com/webstore/detail/treatail/ekhapnaegomomkelcdhcgedamfcifhel
Description Get personalized deals anywhere you shop online.
File Size 52.63 KB
Installation Count 30
Current Version 1.12
Last Updated 2018-11-26
Publish Date 2018-11-26
Rating 5.00/5 Total 2 Ratings
Developer https://app.treatail.com
Email [email protected]
Payment Type free
Extension Website http://www.treatail.com
Help Page URL http://www.treatail.com/buyers.html
Supported Languages 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"
        }
    ]
}