wTool
A ferramenta definitiva para auxiliar quem vende em marketplaces melhorar seus resultados.
What is wTool?
wTool is a Chrome extension developed by Thiago Roieski Maltezo, and its main feature is "A ferramenta definitiva para auxiliar quem vende em marketplaces melhorar seus resultados.".
Extension Screenshots
Download wTool Extension CRX File
Download wTool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use a wTool para facilitar a pesquisa de mercado nos principais marketplaces do Brasil. A ferramenta é gratuita e sempre será. Na versão 0.0.1 apenas a shopee está disponível.
Extension Basic Information
Name | wTool |
ID | nmcemgmhejoicfanbehbdichbendlabk |
Official URL | https://chromewebstore.google.com/detail/wtool/nmcemgmhejoicfanbehbdichbendlabk |
Description | A ferramenta definitiva para auxiliar quem vende em marketplaces melhorar seus resultados. |
File Size | 190 KB |
Installation Count | 1,156 |
Current Version | 0.0.1 |
Last Updated | 2023-11-15 |
Publish Date | 2023-11-15 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Thiago Roieski Maltezo |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://thiagomorello.com/wtool/politica-de-privacidade.pdf |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wTool", "author": "Thiago Roieski Maltezo", "description": "A ferramenta definitiva para auxiliar quem vende em marketplaces melhorar seus resultados.", "version": "0.0.1", "manifest_version": 3, "background": { "service_worker": "\/background\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/icons\/16.png", "24": "\/icons\/24.png", "32": "\/icons\/32.png" }, "default_title": "wTool" }, "permissions": [ "storage", "scripting", "activeTab", "tabs", "unlimitedStorage" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/mercadolivre.com.br\/*", "https:\/\/*.mercadolivre.com.br\/*" ], "css": [ "\/content_scripts\/renders\/assets\/ui.css" ], "js": [ "\/libs\/jquery.min.js", "\/content_scripts\/renders\/ui.js", "\/content_scripts\/mercadolivre.js" ] }, { "all_frames": true, "matches": [ "https:\/\/*.shopee.com.br\/*", "https:\/\/shopee.com.br\/*" ], "js": [ "\/libs\/jquery.min.js", "\/content_scripts\/renders\/shopee\/searchResults.js", "\/content_scripts\/renders\/shopee\/productInformation.js", "\/content_scripts\/renders\/shopee\/autoFollow.js", "\/content_scripts\/utils\/injector.js", "\/content_scripts\/classes\/shopee.js", "\/content_scripts\/shopee.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/content_scripts\/renders\/assets\/*" ], "matches": [ "https:\/\/mercadolivre.com.br\/*", "https:\/\/*.mercadolivre.com.br\/*" ] }, { "resources": [ "\/content_scripts\/utils\/*", "\/content_scripts\/renders\/assets\/*", "\/content_scripts\/renders\/assets\/shopee\/*.css" ], "matches": [ "https:\/\/*.shopee.com.br\/*" ] } ], "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |