One click contacts!

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

One click contacts!란 무엇입니까?

One click contacts!은(는) Pavel Shirobok에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!"입니다.

확장 프로그램 스크린샷

screenshot

One click contacts! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 One click contacts! One click contacts!
ID glbllbokpbfmneafoeibicekgcnlhlfe
공식 URL https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe
설명 Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
파일 크기 217 KB
설치 횟수 62
현재 버전 0.2
최근 업데이트 2014-06-19
출시 날짜 2014-06-19
평점 5.00/5 총 1 개의 평점
개발자 Pavel Shirobok
결제 유형 free
지원되는 언어 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"
    }
}