Etsy Price Tracker

Track the price history of products on Etsy for the past 3 or 6 months

什么是Etsy Price Tracker?

Etsy Price Tracker是由aliprice4开发的Chrome扩展程序,该扩展的主要功能是“Track the price history of products on Etsy for the past 3 or 6 months”。

扩展截图

screenshot

下载Etsy Price Tracker扩展crx文件

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

扩展使用说明

                        Main features:
1. Price history chart, display price history within 3/6 months.
2. Search by image on AliPrice to find similar products on Aliexpress, eBay, Taobao, etc.

Etsy is a trademark of Etsy.com. This extension was not created or endorsed by Etsy.com
If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Etsy affiliate program links. 
AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

扩展基本信息

名称 Etsy Price Tracker Etsy Price Tracker
ID llbcpohjfojmebmbkbamdoahimdmmleg
官方URL https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg
简介 Track the price history of products on Etsy for the past 3 or 6 months
文件大小 1.65 MB
安装次数 285
当前版本 2.0.0
更新时间 2023-09-07
上架时间 2023-09-07
评分 5.00/5 共2次评分
开发者 aliprice4
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.aliprice.com/
帮助页面URL https://www.aliprice.com/information/index/page/contact?from=www_footer
隐私政策页面URL https://www.aliprice.com/information/index/page/privacy
支持的语言 en,en-GB,en-US
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "2.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=1078&channel=chrome&platform=etsy&version=2.0.0&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}