Redbubble Trends

Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more

Redbubble Trends là gì?

Redbubble Trends là một tiện ích mở rộng Chrome được phát triển bởi Sprise, và tính năng chính của nó là "Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redbubble Trends

Tải xuống các tệp mở rộng Redbubble Trends dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        👕 Redbubble Trends enables you to scale your Print on Demand business by finding low competition—high popularity keywords at a glance!

🎨 Redbubble Trends features
✓ High to low popularity increase in the last 24h table with trending tags
✓ Easily click to navigate to tags in table
✓ Difficulty indicator next to tag search result total listings number
✓ Copy tags with one click
✓ No account required to use the extension
✓ Fast and light

🤔 How to use the extension?
Step 1. First, install the Redbubble Trends extension from the Chrome Web Store (click on “Add to Chrome”)
Step 2. Visit the Redbubble shop page or search for any keyword
Step 3. Click on the red icon resembling a magnifying glass to open the extension
Step 4. Enter your license key to activate the extension
Step 5. Once the license is activated under every search term or tag you will see the difficulty indicator, the research table containing easy-to-rank keywords and the copy tag icon present on all listings’ images

💡 Pro tip
All the tags in the handy table present on all Redbubble pages, are sorted by default by popularity increase in the last 24 hours. Try to make designs for keywords / tags with the green “Easy” indicator within the table. This means that because of the low competition and increase in popularity, you have the best chances of ranking your designs and thus increasing your sales.

💳 Pricing
Find the best tags at just $15/month. No account required to sign up, and you can cancel at any time, hassle-free!

🏆 How does Redbubble Trends compare with BubbleScout, Redbubble Tag Tool, Redbubble Tag Generator and Red Bubble Product Import?
Redbubble Trends is a feature-rich, redundancy-free, privacy-focused solution and probably the most affordable solution for scaling your Redbubble business. Start finding trending tags within seconds without signing up for an account!

🔒 Privacy Policy
Please note that our extension accesses web page information. Data is stored only in your local storage. We do not have access to your data.

📝 Disclaimer 
Redbubble Trends does NOT belong or is related to the official Redbubble application/website in any way. It is an unofficial app that is developed and maintained independently.

👋 Contact
If you have any questions or concerns, feel free to contact [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redbubble Trends Redbubble Trends
ID gfeocdhdnpgoonhmdkgaiaelfgfkfeab
URL Chính Thức https://chrome.google.com/webstore/detail/redbubble-trends/gfeocdhdnpgoonhmdkgaiaelfgfkfeab
Mô tả Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,085
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-06-17
Ngày Phát Hành 2022-02-15
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sprise
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble Trends",
    "description": "Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more",
    "version": "1.2",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "action": {
        "default_title": "Redbuble Extended Pro",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.redbubble.com\/*",
        "*:\/\/redbubble.dabu.ro\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "jquery.dataTables.min.js",
                "dataTables.bulma.min.js",
                "foreground.js"
            ],
            "css": [
                "jquery.dataTables.min.css",
                "dataTables.bulma.min.css",
                "bulma.min.css",
                "foreground.css"
            ],
            "matches": [
                "http:\/\/*.redbubble.com\/*",
                "https:\/\/*.redbubble.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/tag.svg",
                "icons\/checkmark.svg",
                "icons\/cross.svg"
            ],
            "matches": [
                "http:\/\/*.redbubble.com\/*",
                "https:\/\/*.redbubble.com\/*"
            ]
        }
    ]
}