Directory Plus for Google Directory

Keep track of all HR changes at your organization; Export all directory users (contacts);

Directory Plus for Google Directoryคืออะไร?

Directory Plus for Google Directory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avi Shwartz และคุณลักษณะหลักของมันคือ "Keep track of all HR changes at your organization; Export all directory users (contacts);"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Directory Plus for Google Directory

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

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

                        ⚠️⚠️⚠️ Important update (12.2023): This extension is no longer functioning due to new Google limitations. We are working to fix the issue.

---------------


✅ Export all users (contacts) from Google directory (fields: name, email, phone, job title).
✅ Keep track of changes in your organization: Get a report on new users, users who have left, and users whose job titles have changed.
✅ There is no need for administrator permission.

▶ How to use:
⓵ Click "Sync now" in order to fetch all directory data.
⓶ Once completed, you'll be able to export to CSV.
⓷ Next time you sync, you will be able to see the differences between the new and old data.


▶ Requirements:
⓵ Make sure you can access to https://contacts.google.com/directory.
⓶ The sync process can't be done automatically in the background, you need to run it manually.
⓷ All extension data is stored in the browser cache, If you delete your browser cache - all extension data will be lost.


Directory + (Plus) 2023                    

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

ชื่อ Directory Plus for Google Directory Directory Plus for Google Directory
ID mlkgbjmmgdmmlggeemddlpkfefmbnnnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/directory-plus-for-google/mlkgbjmmgdmmlggeemddlpkfefmbnnnf
คำอธิบาย Keep track of all HR changes at your organization; Export all directory users (contacts);
ขนาดไฟล์ 23.22 KB
จำนวนการติดตั้ง 659
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2022-07-05
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Avi Shwartz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Directory Plus for Google Directory",
    "description": "Keep track of all HR changes at your organization; Export all directory users (contacts);",
    "version": "1.3",
    "manifest_version": 3,
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/contacts.google.com\/*"
            ],
            "js": [
                "dist\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/d-logo.png",
            "32": "\/images\/d-logo.png",
            "48": "\/images\/d-logo.png",
            "128": "\/images\/d-logo.png"
        }
    },
    "icons": {
        "16": "\/images\/d-logo.png",
        "32": "\/images\/d-logo.png",
        "48": "\/images\/d-logo.png",
        "128": "\/images\/d-logo.png"
    }
}