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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of all HR changes at your organization; Export all directory users (contacts);"입니다.
확장 프로그램 스크린샷
Directory Plus for Google Directory 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |