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
官方網址 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"
        }
    ]
}