Bizmetrica
Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.
Bizmetrica क्या है?
Bizmetrica https://bizmetrica.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bizmetrica एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page. By adding Bizmetrica to your Chrome browser, you can evaluate product opportunities as you search Walmart's catalog, making product research quick and easy. Easily find products with high demand, but low competition on Walmart. Assess a product’s potential in seconds and find your next winning product on Walmart.
एक्सटेंशन की मूल जानकारी
नाम | Bizmetrica |
ID | ajnapfjdnemgoenegdgioapmililgloe |
आधिकारिक URL | https://chromewebstore.google.com/detail/bizmetrica/ajnapfjdnemgoenegdgioapmililgloe |
विवरण | Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page. |
फ़ाइल का आकार | 718 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 0.0.0.27 |
अंतिम अपडेट | 2024-01-14 |
प्रकाशन तिथि | 2023-06-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://bizmetrica.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.privacypolicies.com/live/9e5fc4df-d3ee-45b9-a109-1fcbfb02fb9b |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bizmetrica", "description": "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.", "permissions": [ "activeTab", "scripting", "https:\/\/api.bluecartapi.com\/*", "identity", "identity.email" ], "version": "0.0.0.27", "icons": { "16": "U_16.png", "48": "U_48.png", "128": "U_128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Walmart Product Research" }, "content_scripts": [ { "matches": [ "https:\/\/www.walmart.com\/*" ], "js": [ "calculator.js", "content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.walmart.com\/*" ], "js": [ "content.js", "calculator.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "amazon.png", "google.png" ], "matches": [ "https:\/\/www.walmart.com\/*" ] } ], "host_permissions": [ "https:\/\/www.walmart.com\/*" ] } |