Treatail

Get personalized deals anywhere you shop online.

什么是Treatail?

Treatail是由https://app.treatail.com开发的Chrome扩展程序,该扩展的主要功能是“Get personalized deals anywhere you shop online.”。

扩展截图

screenshot
screenshot

下载Treatail扩展crx文件

下载Treatail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Treatail Treatail
ID ekhapnaegomomkelcdhcgedamfcifhel
官方URL https://chrome.google.com/webstore/detail/treatail/ekhapnaegomomkelcdhcgedamfcifhel
简介 Get personalized deals anywhere you shop online.
文件大小 52.63 KB
安装次数 30
当前版本 1.12
更新时间 2018-11-26
上架时间 2018-11-26
评分 5.00/5 共2次评分
开发者 https://app.treatail.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.treatail.com
帮助页面URL http://www.treatail.com/buyers.html
支持的语言 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"
        }
    ]
}