Etsy Price Tracker

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

Qu'est-ce que Etsy Price Tracker ?

Etsy Price Tracker est une extension Chrome développée par aliprice4, et sa fonction principale est "Track the price history of products on Etsy for the past 3 or 6 months".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Etsy Price Tracker

Téléchargez les fichiers d'extension Etsy Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Etsy Price Tracker Etsy Price Tracker
ID llbcpohjfojmebmbkbamdoahimdmmleg
URL Officiel https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg
Description Track the price history of products on Etsy for the past 3 or 6 months
Taille du Fichier 1.65 MB
Nombre d'Installations 285
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-09-07
Date de Publication 2023-09-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur aliprice4
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.aliprice.com/
URL de la Page d'Aide https://www.aliprice.com/information/index/page/contact?from=www_footer
URL de la Page de Politique de Confidentialité https://www.aliprice.com/information/index/page/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}