One click contacts!

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

Cos'è One click contacts!?

One click contacts! è un'estensione di Chrome sviluppata da Pavel Shirobok, e la sua funzione principale è "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One click contacts!

Scarica i file di estensione One click contacts! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome One click contacts! One click contacts!
ID glbllbokpbfmneafoeibicekgcnlhlfe
URL Ufficiale https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe
Descrizione Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
Dimensione del File 217 KB
Conteggio Installazioni 62
Versione Corrente 0.2
Ultimo Aggiornamento 2014-06-19
Data di Pubblicazione 2014-06-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Pavel Shirobok
Tipo di Pagamento free
Lingue Supportate 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"
    }
}