Add Google Directory Contacts
Selects all the directory contacts and adds them to Google Contacts
Add Google Directory Contacts là gì?
Add Google Directory Contacts là một tiện ích mở rộng Chrome được phát triển bởi Matan H, và tính năng chính của nó là "Selects all the directory contacts and adds them to Google Contacts".
Ả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 Add Google Directory Contacts
Tải xuống các tệp mở rộng Add Google Directory 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
Selects all the Google directory contacts and adds them to your Google Contacts account
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add Google Directory Contacts |
ID | ndpbfgcjahbiedcknhknaabgfopkpdef |
URL Chính Thức | https://chromewebstore.google.com/detail/add-google-directory-cont/ndpbfgcjahbiedcknhknaabgfopkpdef |
Mô tả | Selects all the directory contacts and adds them to Google Contacts |
Kích Thước Tệp | 56.94 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-07-11 |
Ngày Phát Hành | 2022-08-15 |
Nhà Phát Triển | Matan H |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mharsat/add-google-directory-contacts |
URL Trang Trợ Giúp | https://github.com/mharsat/add-google-directory-contacts |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/84310801-7d15-4b23-a84b-694fcdb64770 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Google Directory Contacts", "description": "Selects all the directory contacts and adds them to Google Contacts", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "hot-reload.js" }, "content_scripts": [ { "matches": [ "https:\/\/contacts.google.com\/*directory*" ], "js": [ "dist\/contentScript.js" ], "css": [ "dist\/contentScript.css" ], "run_at": "document_idle" } ], "icons": { "16": "assets\/contacts_plus_logo_16.png", "32": "assets\/contacts_plus_logo_32.png", "48": "assets\/contacts_plus_logo_48.png", "128": "assets\/contacts_plus_logo_128.png" } } |