BubbleScout
Know each Redbubble® product's estimated sales/month, copy product tags, and much more!
BubbleScout क्या है?
BubbleScout https://bubblescout.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know each Redbubble® product's estimated sales/month, copy product tags, and much more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BubbleScout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The ultimate RedBubble® niche tool. Checkout latest changes here: https://bubblescout.com/pages/updates 🤘 TL;DR A tool to see how well all products and keywords do on Redbubble®, as well as, see top searched data and copy product tags. Want to learn from your competitors? Want to see how well keywords and products do? As easy as a click of a button, see how well products do to see their sales/month, revenue/month, a trend analysis, and our own "Niche Score". The niche score will tell you on a score out of 10, would we recommend entering the niche. Download now and see it for yourself. 🤘 Features: ➡️ Get data on the top 20 products, top 20 keywords, and top 20 trending keywords. ➡️ Know each Redbubble keyword's estimated sales/month and much more! ➡️ See a keyword's popularity trend over time. ➡️ Copy a product's tags 🤘 Website: https://bubblescout.com 🤘 Contact Us: [email protected] Grow your RedBubble sales today.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ejflclacgbemhldfamhobdfnhkigpdkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/bubblescout/ejflclacgbemhldfamhobdfnhkigpdkk |
विवरण | Know each Redbubble® product's estimated sales/month, copy product tags, and much more! |
फ़ाइल का आकार | 560 KB |
स्थापना संख्या | 9,858 |
वर्तमान संस्करण | 3.2.0 |
अंतिम अपडेट | 2022-02-27 |
प्रकाशन तिथि | 2021-02-21 |
रेटिंग | 2.89/5 कुल 53 रेटिंग्स |
डेवलपर | https://bubblescout.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://bubblescout.com |
सहायता पृष्ठ URL | https://bubblescout.com/pages/support |
गोपनीयता नीति पृष्ठ URL | https://compstomp.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BubbleScout", "description": "Know each Redbubble\u00ae product's estimated sales\/month, copy product tags, and much more!", "version": "3.2.0", "content_scripts": [ { "matches": [ "https:\/\/*.redbubble.com\/*" ], "css": [ "css\/productOptions.css" ], "js": [ "js\/jquery.js", "content.js" ], "run_at": "document_end" } ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "BubbleScout", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "identity", "identity.email", "clipboardWrite", "storage" ], "host_permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/data.bubblescout.com\/*", "https:\/\/*.google.com\/*", "https:\/\/*.gstatic.com\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/*.redbubble.com\/*" ] } ], "oauth2": { "client_id": "619471477371-0obd5k4vimcfo53iklbj592h48oah4ot.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuZqqfJb8dgCMTiz2OZ7ThGkjjxkyEZLYrRvmqrlvOFXeGQgLHtzhsr7rDEDeOj6rc7Sb7H5FPwn+OVZIjxHLsd+EaG9hbP9wxMC1sXOj2ILZdFCWOfMcODFZUvWwPMwpvbOQC\/7pugmTVQs2ThiFbt7s71ou+sk9Aevi8HYEcklNxUkdZRvvwkmmo1UzVonzbDEybhmVYhZMDNyW6mXrllT3C4sAQUZv0mFx\/2redSzhbHSzFrAZ1YwN460EdjUS3\/WiJ27TSAEmyCdqNtvD9rkttPOGUgu9rOispdkhTahbFJPpt0yqf5SzhZRlm184mVmSMcXkyZg5B+dc7IHFXwIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "isolated_world": "script-src 'self'; object-src 'self'" } } |