Total Recovery - Beta
Extensão para o aplicativo Total Recovery By Sociedade Ecom
Wat is Total Recovery - Beta?
Total Recovery - Beta is een Chrome-extensie ontwikkeld door Inoveno, en de belangrijkste functie is "Extensão para o aplicativo Total Recovery By Sociedade Ecom".
Extensie Screenshots
Download het CRX-bestand van de extensie Total Recovery - Beta
Download Total Recovery - Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extensão para o aplicativo Total Recovery By Inoveno Basisinformatie over de Extensie
| Naam | |
| ID | ibekloffighidobfdhglcgcfhgocjkda |
| Officiële URL | https://chromewebstore.google.com/detail/total-recovery-beta/ibekloffighidobfdhglcgcfhgocjkda |
| Beschrijving | Extensão para o aplicativo Total Recovery By Sociedade Ecom |
| Bestandsgrootte | 440 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.2.4 |
| Laatst Bijgewerkt | 2018-07-31 |
| Publicatiedatum | 2018-07-30 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Inoveno |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |