Total Recovery - Beta

Extensão para o aplicativo Total Recovery By Sociedade Ecom

Qu'est-ce que Total Recovery - Beta ?

Total Recovery - Beta est une extension Chrome développée par Inoveno, et sa fonction principale est "Extensão para o aplicativo Total Recovery By Sociedade Ecom".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Total Recovery - Beta

Téléchargez les fichiers d'extension Total Recovery - Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Extensão para o aplicativo Total Recovery By Inoveno                    

Informations de Base sur l'Extension

Nom Total Recovery - Beta Total Recovery - Beta
ID ibekloffighidobfdhglcgcfhgocjkda
URL Officiel https://chromewebstore.google.com/detail/total-recovery-beta/ibekloffighidobfdhglcgcfhgocjkda
Description Extensão para o aplicativo Total Recovery By Sociedade Ecom
Taille du Fichier 440 KB
Nombre d'Installations 34
Version Actuelle 1.2.4
Dernière Mise à Jour 2018-07-31
Date de Publication 2018-07-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur Inoveno
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}