RedBubble Tag Tool
The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data
RedBubble Tag Toolとは何ですか?
RedBubble Tag Toolはwirelessjava2002によって開発されたChromeの拡張機能で、その主な機能は「The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data」です。
拡張機能のスクリーンショット
RedBubble Tag Tool拡張機能のCRXファイルをダウンロード
RedBubble Tag Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The RedBubble Tag Tool finds related Tags based on keywords that real customers are searching for from the RedBubble database. Add up to 50 keywords with a click of button Add new additional keywords to existing listings just as easily Discovers relevant short and long tail keywords Displays the actual tag count on all listings Add 50 tags to new listings or retro add up to 50 tags to existing listings, 100% safe, no copyrighted or IP infringing keywords guaranteed, extracted from RedBubble's own database.
拡張機能の基本情報
名前 | |
ID | legpkbkafeknjejdmcdpokbnhalfgfde |
公式URL | https://chrome.google.com/webstore/detail/redbubble-tag-tool/legpkbkafeknjejdmcdpokbnhalfgfde |
説明 | The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data |
ファイルサイズ | 97.2 KB |
インストール数 | 244 |
現在のバージョン | 1.6 |
最終更新日 | 2019-10-29 |
公開日 | 2019-10-29 |
評価 | 1.29/5 合計 7 レビュー |
開発者 | wirelessjava2002 |
支払い方法 | free |
拡張機能のウェブサイト | https://tagtool.app/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RedBubble Tag Tool", "version": "1.6", "description": "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data", "options_page": "options.html", "permissions": [ "cookies", "tabs", "activeTab", "declarativeContent", "storage", "https:\/\/www.redbubble.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.redbubble.com\/*" ], "js": [ "content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.redbubble.com\/*" ] }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Redbubble-icon-16.png", "32": "images\/Redbubble-icon-32.png", "48": "images\/Redbubble-icon-48.png", "128": "images\/Redbubble-icon-128.png" } }, "icons": { "16": "images\/Redbubble-icon-16.png", "32": "images\/Redbubble-icon-32.png", "48": "images\/Redbubble-icon-48.png", "128": "images\/Redbubble-icon-128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 2 } |