Total Recovery - Beta
Extensão para o aplicativo Total Recovery By Sociedade Ecom
What is Total Recovery - Beta?
Total Recovery - Beta is a Chrome extension developed by Inoveno, and its main feature is "Extensão para o aplicativo Total Recovery By Sociedade Ecom".
Extension Screenshots
Download Total Recovery - Beta Extension CRX File
Download Total Recovery - Beta 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
Extensão para o aplicativo Total Recovery By Inoveno
Extension Basic Information
Name | Total Recovery - Beta |
ID | ibekloffighidobfdhglcgcfhgocjkda |
Official URL | https://chromewebstore.google.com/detail/total-recovery-beta/ibekloffighidobfdhglcgcfhgocjkda |
Description | Extensão para o aplicativo Total Recovery By Sociedade Ecom |
File Size | 440 KB |
Installation Count | 34 |
Current Version | 1.2.4 |
Last Updated | 2018-07-31 |
Publish Date | 2018-07-30 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Inoveno |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Total Recovery - Beta", "version": "1.2.4", "manifest_version": 2, "description": "Extens\u00e3o para o aplicativo Total Recovery By Sociedade Ecom", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-38.png", "128": "icons\/icon-128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.myshopify.com\/*", "*:\/\/37b19ab0.ngrok.io\/*", "*:\/\/total-recovery-beta.herokuapp.com\/*", "*:\/\/*.whatsapp.com\/*" ] }, "web_accessible_resources": [ "scripts\/tr_resource.js" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/web.whatsapp.com\/*", "*:\/\/total-recovery-beta.herokuapp.com\/*", "*:\/\/*.myshopify.com\/*", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_title": "Total Recovery - Beta", "default_popup": "popup.html" } } |