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 Avi Shwartz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of all HR changes at your organization; Export all directory users (contacts);"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Directory Plus for Google Directory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⚠️⚠️⚠️ 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 |
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" } } |