One click contacts!

Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!

Qu'est-ce que One click contacts! ?

One click contacts! est une extension Chrome développée par Pavel Shirobok, et sa fonction principale est "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One click contacts!

Téléchargez les fichiers d'extension One click contacts! 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

                        Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!

v0.1 release
v0.2 inserting contacts from context menu in editable fields                    

Informations de Base sur l'Extension

Nom One click contacts! One click contacts!
ID glbllbokpbfmneafoeibicekgcnlhlfe
URL Officiel https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe
Description Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
Taille du Fichier 217 KB
Nombre d'Installations 62
Version Actuelle 0.2
Dernière Mise à Jour 2014-06-19
Date de Publication 2014-06-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Pavel Shirobok
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2",
    "name": "One click contacts!",
    "description": "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.js",
            "js\/app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.1.1.js",
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Contacts for freelancers",
        "default_icon": {
            "19": ".\/img\/icon-19.png",
            "38": ".\/img\/icon-38.png"
        }
    },
    "icons": {
        "16": ".\/img\/icon-19.png",
        "48": ".\/img\/icon-38.png",
        "128": ".\/img\/icon-128.png"
    }
}