Keyword Helper For Etsy

Tool for Etsy keywords

Τι είναι το Keyword Helper For Etsy;

Το Keyword Helper For Etsy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Visumex, και η κύρια λειτουργία του είναι "Tool for Etsy keywords".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Keyword Helper For Etsy

Λήψη αρχείων επέκτασης Keyword Helper For Etsy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Keyword Helper For Etsy browser extension is a tool to improve your Etsy SEO.  It helps you to easily gather the keywords used in search queries from the search analytics page. These are search queries on the Etsy website that resulted in impressions for your listings. Once you’ve saved enough queries, you can use the extension to compare them to the titles and descriptions of any of your listings. The extension will show you the best matching query keywords, for the title or description of your listing. After that you can select copy and use the keywords of your choice in your listing title or tags.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Keyword Helper For Etsy Keyword Helper For Etsy
ID kcmphcddcbeeldhlifhndohiidbfkedb
Επίσημο URL https://chrome.google.com/webstore/detail/keyword-helper-for-etsy/kcmphcddcbeeldhlifhndohiidbfkedb
Περιγραφή Tool for Etsy keywords
Μέγεθος Αρχείου 96.01 KB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-01-18
Ημερομηνία Δημοσίευσης 2021-05-04
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Visumex
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.visumex.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.visumex.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Helper For Etsy",
    "version": "1.0.2",
    "description": "Tool for Etsy keywords",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "khfe_icon96.png"
    },
    "browser_action": {
        "default_title": "Keyword Helper For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}