Toolsy.io | Etsy SEO and Inspiration Tool

Best Etsy SEO extension! Let's increase your Etsy sales together!

Toolsy.io | Etsy SEO and Inspiration Toolとは何ですか?

Toolsy.io | Etsy SEO and Inspiration Toolはhttps://toolsy.ioによって開発されたChromeの拡張機能で、その主な機能は「Best Etsy SEO extension! Let's increase your Etsy sales together!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Toolsy.io | Etsy SEO and Inspiration Tool拡張機能のCRXファイルをダウンロード

Toolsy.io | Etsy SEO and Inspiration Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Toolsy is a smarter and simpler way to find the tags your competitors use to reach higher search results on Etsy.

Our tool is developed by successful Etsy sellers who kindly shared their experience in order to help other sellers to build not less prosperous stores. While creating Toolsy, our biggest aim was to make it simple to use and provide only the most important metrics to our users and to contribute to their sales on ETSY.

With Toolsy, you will get all this information just in few clicks:


- Keywords your competitors use

- Keywords difficulty

- Shipping price, favorites, reviews

- Google Trend


The easiest way to research your competitors on Etsy.

When it comes to SEO, the first and the most important step is to make proper research of your competitors on Etsy. There are some data that can be misleading or depend on highly variable metrics. But there are also some metrics that are precise and we developed Toolsy around these metrics.

Find Thousands of Keywords in a Few Seconds

Right tags are one of the key elements that will help your store to reach the top of the search results. Toolsy extension will help you to see the keywords that your competitors used and the ones that are the most searched, having analyzed this information you will be able to find the best tags for your store.

Create the Listings Like a Pro

Toolsy is indispensable when it comes to Etsy listings. Etsy Seo Tools can help you with your listings but with Toolsy features, you will be able to list your products like a pro. You can get all competitors keywords with a single click and optimize your current listing accordingly, as well-chosen keywords help to list your product properly and in its turn improve your views and sales. 

Manage Your Business Effortlessly
We know how hard it can be to sell on Etsy, how much time and efforts are necessary to create a prosperous business. With Toolsy you can spend less time and minimum efforts to manage your Etsy store successfully.                    

拡張機能の基本情報

名前 Toolsy.io | Etsy SEO and Inspiration Tool Toolsy.io | Etsy SEO and Inspiration Tool
ID bmejkpgaonmggfkbmbljdiapjnpbopcp
公式URL https://chromewebstore.google.com/detail/toolsyio-etsy-seo-and-ins/bmejkpgaonmggfkbmbljdiapjnpbopcp
説明 Best Etsy SEO extension! Let's increase your Etsy sales together!
ファイルサイズ 1.7 MB
インストール数 10,000
現在のバージョン 2.1.9
最終更新日 2024-03-04
公開日 2021-04-28
評価 4.29/5 合計 66 レビュー
開発者 https://toolsy.io
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.toolsy.io
ヘルプページのURL https://toolsy.io/contact-us
プライバシーポリシーページのURL https://toolsy.io/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Toolsy.io | Etsy SEO and Inspiration Tool",
    "description": "Best Etsy SEO extension! Let's increase your Etsy sales together!",
    "version": "2.1.9",
    "host_permissions": [
        "*:\/\/*.etsy.com\/*",
        "*:\/\/*.toolsy.io\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.json",
                "assets\/*.svg",
                "assets\/icons\/*",
                "assets\/fonts\/font-awesome\/fonts\/*.*",
                "assets\/fonts\/poppins\/fonts\/*.*",
                "assets\/img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/i.etsystatic.com\/*"
            ],
            "use_dynamic_urls": true
        }
    ],
    "icons": {
        "16": ".\/icon_16.png",
        "32": ".\/icon_32.png",
        "48": ".\/icon_48.png",
        "128": ".\/icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_title": "Toolsy Extension",
        "default_icon": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/market\/*"
            ],
            "js": [
                ".\/market.js"
            ],
            "css": [
                ".\/market.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/c\/*"
            ],
            "js": [
                ".\/category.js"
            ],
            "css": [
                ".\/category.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/search*",
                "*:\/\/*.etsy.com\/*\/search*"
            ],
            "js": [
                ".\/search.js"
            ],
            "css": [
                ".\/search.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/shop\/*",
                "*:\/\/*.etsy.com\/*\/shop\/*"
            ],
            "js": [
                ".\/shop.js"
            ],
            "css": [
                ".\/shop.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/etsy.com\/listing\/*",
                "*:\/\/*.etsy.com\/listing\/*",
                "*:\/\/*.etsy.com\/*\/listing\/*"
            ],
            "js": [
                ".\/listing.js"
            ],
            "css": [
                ".\/listing.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/etsy.com\/featured\/*"
            ],
            "js": [
                ".\/featured.js"
            ],
            "css": [
                ".\/featured.css"
            ],
            "run_at": "document_end"
        }
    ]
}