Share Google Contacts Plugin

Add sharing functionality to your Google Contacts interface... Exactly like you share Google Drive folders and docs.

Share Google Contacts Pluginคืออะไร?

Share Google Contacts Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsharedcontacts.com และคุณลักษณะหลักของมันคือ "Add sharing functionality to your Google Contacts interface... Exactly like you share Google Drive folders and docs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Google Contacts Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Share Google Contacts Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Share for “Google Contacts™” Plugin, you can:

→ Share Contact lists (known as “labels” in Google Contacts) with specific users or groups of users
→ Share Contacts between co-workers or with family, friends, colleagues etc.
→ Modify or add shared contacts in the shared groups
→ Shared contacts appear in search and show-up in Gmail autocomplete
→ Unlimited sharing capacity
→ Synchronization with mobiles/tablets and MS Outlook's "My Contacts"
→ Permissions management (Read Only/Can Edit/Can Delete/Can Share)
→ CreateShared Distribution List
→ Add, edit and access Shared contacts from any device
→ Instantly sync shared contacts across all devices like phone, tablet, laptop, desktop and other smart devices
→ Share contacts with users inside and outside of your team or domain
This plugin is specially designed for all the Google Workspace (G Suite) users so they can get the sharing feature right into their Contacts interface and easily share their contacts with any Gmail and Google Workspace (G Suite) users. Simply install our extension and start sharing your contact labels right from the Google Contacts manager.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Share Google Contacts Plugin Share Google Contacts Plugin
ID nllecbomigehlngfclbgjeghfmfajfgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-google-contacts-plu/nllecbomigehlngfclbgjeghfmfajfgp
คำอธิบาย Add sharing functionality to your Google Contacts interface... Exactly like you share Google Drive folders and docs.
ขนาดไฟล์ 1.61 MB
จำนวนการติดตั้ง 5,010
เวอร์ชันปัจจุบัน 2024.01.08
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2021-04-21
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://getsharedcontacts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getsharedcontacts.com?src=cwsextension&LandingSite=GSC_CHROME_EXTENSION&LandingPage=Listing&form=[Link_to_Website]
URL หน้าช่วยเหลือ https://www.getsharedcontacts.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.gmailsharedcontacts.com/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,es,it,ru,iw,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_GSCChromeExtTitle__",
    "default_locale": "en",
    "version": "2024.01.08",
    "description": "__MSG_GSCChromeExtDesc__",
    "author": "Stephane Cohen",
    "signature": "https:\/\/app.getsharedcontacts.com",
    "short_name": "GSCExtension",
    "icons": {
        "128": "\/img\/gscLogo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/img\/gscLogo.png",
            "24": "\/img\/gscLogo.png",
            "32": "\/img\/gscLogo.png"
        },
        "default_title": "__MSG_textGscTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/contacts.google.com\/*"
            ],
            "fonts": [
                "\/fonts\/MaterialIcons-Regular.woff"
            ],
            "css": [
                "\/css\/lib\/font-awesome.min.css",
                "\/css\/content.css",
                "\/css\/subscriptionMenu.css"
            ],
            "js": [
                "\/js\/google-analytics.js",
                "\/js\/google-analytics-bundle.js",
                "\/js\/eventSender.js",
                "\/js\/localization.js",
                "\/js\/translation.js",
                "\/js\/lib\/jquery.js",
                "\/js\/tutorial.js",
                "\/js\/content.js",
                "\/js\/gcmHeader.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.getsharedcontacts.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/contentscript.css",
                "https:\/\/fonts.googleapis.com\/icon?family=Material+Icons"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.getsharedcontacts.com\/*",
            "https:\/\/staging-app.getsharedcontacts.com\/*"
        ]
    }
}