Profit Genie
This extension will analyze google products
Profit Genie क्या है?
Profit Genie vaival-chrome-developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will analyze google products"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Profit Genie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Profit Genie Chrome Extension Profit Genie helps sellers to find out best selling opportunities on google shopping. It shows products potential's stats like number of sales, estimated revenue, # of review and ratings from each product etc... which could help sellers to take decision on the product. Even though seller will be able to see the potential profit an estimated margin.
एक्सटेंशन की मूल जानकारी
नाम | Profit Genie |
ID | hlnddbinpplgecdbgpmjjcbbcleokmgj |
आधिकारिक URL | https://chromewebstore.google.com/detail/profit-genie/hlnddbinpplgecdbgpmjjcbbcleokmgj |
विवरण | This extension will analyze google products |
फ़ाइल का आकार | 2.46 MB |
स्थापना संख्या | 2,671 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2022-11-08 |
प्रकाशन तिथि | 2021-03-18 |
रेटिंग | 5.00/5 कुल 17 रेटिंग्स |
डेवलपर | vaival-chrome-developers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://cartzy.com/privacy?flux_sess=0f020e80354392ed661370b406122e04&flux_hid=1707945035503568009 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "manifest_version": 2, "version": "1.8", "name": "Profit Genie", "description": "This extension will analyze google products", "browser_action": { "default_icon": "images\/icons\/icon-48.png", "default_popup": "INDEX.html", "default_title": "Profit Genie" }, "background": { "scripts": [ "js\/BACKGROUND.js" ] }, "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-48.png" }, "permissions": [ "storage", "background", "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "images\/*.jpeg" ], "content_scripts": [ { "all_frames": false, "js": [ "js\/jquery.js", "js\/bootstrap.min.js", "js\/jquery.dataTables.js", "js\/dataTables.buttons.min.js", "js\/html2canvas.min.js", "js\/FileSaver.js", "js\/bootstrap-switch.js", "js\/toastr.min.js", "js\/AJAXq.js", "js\/ContentScript.js" ], "matches": [ "*:\/\/www.google.com\/*" ], "run_at": "document_end" } ] } |