Etsy Price Tracker

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

Was ist Etsy Price Tracker?

Etsy Price Tracker ist eine Chrome-Erweiterung, die von aliprice4 entwickelt wurde, und ihr Hauptmerkmal ist "Track the price history of products on Etsy for the past 3 or 6 months".

Erweiterungsscreenshots

screenshot

Etsy Price Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Etsy Price Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Etsy Price Tracker Etsy Price Tracker
ID llbcpohjfojmebmbkbamdoahimdmmleg
Offizielle URL https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg
Beschreibung Track the price history of products on Etsy for the past 3 or 6 months
Dateigröße 1.65 MB
Installationsanzahl 285
Aktuelle Version 2.0.0
Letztes Update 2023-09-07
Veröffentlichungsdatum 2023-09-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler aliprice4
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aliprice.com/
Hilfeseite URL https://www.aliprice.com/information/index/page/contact?from=www_footer
URL der Datenschutzrichtlinien-Seite https://www.aliprice.com/information/index/page/privacy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}