One click contacts!

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

Apa itu One click contacts!?

One click contacts! adalah ekstensi Chrome yang dikembangkan oleh Pavel Shirobok, dan fitur utamanya adalah "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi One click contacts!

Unduh file ekstensi One click contacts! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama One click contacts! One click contacts!
ID glbllbokpbfmneafoeibicekgcnlhlfe
URL Resmi https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe
Deskripsi Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
Ukuran File 217 KB
Jumlah Instalasi 62
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-06-19
Tanggal Publikasi 2014-06-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Pavel Shirobok
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}