One click contacts!
Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
One click contacts! là gì?
One click contacts! là một tiện ích mở rộng Chrome được phát triển bởi Pavel Shirobok, và tính năng chính của nó là "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng One click contacts!
Tải xuống các tệp mở rộng One click contacts! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glbllbokpbfmneafoeibicekgcnlhlfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe |
Mô tả | Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers! |
Kích Thước Tệp | 217 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-06-19 |
Ngày Phát Hành | 2014-06-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Pavel Shirobok |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |