eData Search

Allows the user to search companies in eData.biz.

Qu'est-ce que eData Search ?

eData Search est une extension Chrome développée par eData, et sa fonction principale est "Allows the user to search companies in eData.biz.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension eData Search

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

                                            

Informations de Base sur l'Extension

Nom eData Search eData Search
ID ffdabnbhabodigjmnnehnnceifgkogao
URL Officiel https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao
Description Allows the user to search companies in eData.biz.
Taille du Fichier 103 KB
Nombre d'Installations 66
Version Actuelle 1.2
Dernière Mise à Jour 2017-12-12
Date de Publication 2017-12-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur eData
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://edata.biz
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eData Search",
    "description": "Allows the user to search companies in eData.biz.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "\/app\/images\/edata-icon-48.png",
        "default_popup": "\/app\/template\/panel.html",
        "default_title": "eData Search"
    },
    "icons": {
        "16": "\/app\/images\/edata-icon-16.png",
        "32": "\/app\/images\/edata-icon-32.png",
        "48": "\/app\/images\/edata-icon-48.png"
    },
    "background": {
        "scripts": [
            "\/app\/js\/content_script.js",
            "\/app\/js\/jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.edata.biz\/*"
            ],
            "js": [
                "\/app\/js\/edata_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/*.edata.biz\/*"
    ],
    "homepage_url": "https:\/\/edata.biz"
}