Redbubble Tag Generator
Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
ما هو Redbubble Tag Generator؟
Redbubble Tag Generator هو إضافة Chrome تم تطويرها بواسطة https://bubblesear.ch، والميزة الرئيسية لها هي "Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redbubble Tag Generator
قم بتنزيل ملفات الامتداد Redbubble Tag Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import best-selling tags for your artwork. Using the tool is simple! Open a new or existing artwork on Redbubble, then click on the Redbubble Tag Generator and type in your keywords. Click "Get Tags" and a list of high quality tags will be generated for your content! Add or delete tags to create a relevant list within the generator and click "Import to Redbubble." The tags will be automatically pasted into the tag box!
معلومات أساسية عن التمديد
الاسم | Redbubble Tag Generator |
ID | ekooclkolmjndjbgibicmmhanbejikea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea |
الوصف | Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import… |
حجم الملف | 81.41 KB |
عدد التثبيتات | 27,036 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-06-07 |
تاريخ النشر | 2021-01-21 |
تقييم | 2.38/5 مجموع تقييمات 37 |
المطور | https://bubblesear.ch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redbubble Tag Generator", "version": "0.1", "permissions": [ "tabs", "https:\/\/bubblesear.ch\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.redbubble.com\/*", "*:\/\/redbubble.com\/*" ], "js": [ "clipboard.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |