Company View

Company View Sidebar

Qu'est-ce que Company View ?

Company View est une extension Chrome développée par https://www.sizo4sales.com, et sa fonction principale est "Company View Sidebar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Company View

Téléchargez les fichiers d'extension Company View 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

                        Companyview is een online webapplicatie van Sizo. Met CompanyView heb je 24 uur per dag, zeven dagen per week toegang tot alle voor jouw relevante informatie over alle bedrijven in Nederland. Vraag vandaag nog je account aan via [email protected] of bel naar 072-711 26 35                    

Informations de Base sur l'Extension

Nom Company View Company View
ID opbjemapogihmebblangmmncaboncohk
URL Officiel https://chromewebstore.google.com/detail/company-view/opbjemapogihmebblangmmncaboncohk
Description Company View Sidebar
Taille du Fichier 34.77 KB
Nombre d'Installations 72
Version Actuelle 1.2
Dernière Mise à Jour 2017-06-22
Date de Publication 2017-06-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.sizo4sales.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sizosalestools.com/
URL de la Page de Politique de Confidentialité https://www.sizo4sales.com/privacy
Langues Prises en Charge nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Company View",
    "manifest_version": 2,
    "description": "Company View Sidebar",
    "version": "1.2",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Company View"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js.min"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "iframe.html",
        "iframe.css.min",
        "iframe.js.min"
    ]
}