Zoom History
Find your previous zoom.us meeting links
What is Zoom History?
Zoom History is a Chrome extension developed by Emin Deniz, and its main feature is "Find your previous zoom.us meeting links".
Extension Screenshots
Download Zoom History Extension CRX File
Download Zoom History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
There are all meeting links that you have visited on zoom.us domain. - When you close meeting, and you can find link with one click. - You can store recurring meetings link What is new? ( v2 version ) - you can search - auto close postattendee tabs - rename your links - your links will be ordered accoring to weekdays that you accessed App data is on your browser storage of chrome ( If you opened sync between chrome browsers, your links are available on your browsers ). There is no access for anyone except you. Source code is available on Github https://github.com/emindeniz99/zoom-link-history-v2 Feel free to contribute, thanks
Extension Basic Information
Name | |
ID | adnaoifbjdnbkdppmogfhpiahkfnddgg |
Official URL | https://chrome.google.com/webstore/detail/zoom-history/adnaoifbjdnbkdppmogfhpiahkfnddgg |
Description | Find your previous zoom.us meeting links |
File Size | 177 KB |
Installation Count | 927 |
Current Version | 0.2.1 |
Last Updated | 2021-01-28 |
Publish Date | 2020-05-07 |
Developer | Emin Deniz |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/emindeniz99/zoom-link-history-v2 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom History", "version": "0.2.1", "icons": { "16": "assets\/icons\/latestzoom.png", "32": "assets\/icons\/latestzoom.png", "48": "assets\/icons\/latestzoom.png", "128": "assets\/icons\/latestzoom.png" }, "description": "Find your previous zoom.us meeting links", "homepage_url": "https:\/\/github.com\/emindeniz99", "short_name": "Zoom History", "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "emindeniz99", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/latestzoom.png", "32": "assets\/icons\/latestzoom.png", "48": "assets\/icons\/latestzoom.png", "128": "assets\/icons\/latestzoom.png" }, "default_title": "Zoom History", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.zoom.us\/a\/*", "*:\/\/*.zoom.us\/b\/*", "*:\/\/*.zoom.us\/c\/*", "*:\/\/*.zoom.us\/d\/*", "*:\/\/*.zoom.us\/e\/*", "*:\/\/*.zoom.us\/f\/*", "*:\/\/*.zoom.us\/g\/*", "*:\/\/*.zoom.us\/h\/*", "*:\/\/*.zoom.us\/i\/*", "*:\/\/*.zoom.us\/j\/*", "*:\/\/*.zoom.us\/k\/*", "*:\/\/*.zoom.us\/l\/*", "*:\/\/*.zoom.us\/m\/*", "*:\/\/*.zoom.us\/n\/*", "*:\/\/*.zoom.us\/o\/*", "*:\/\/*.zoom.us\/p\/*", "*:\/\/*.zoom.us\/q\/*", "*:\/\/*.zoom.us\/r\/*", "*:\/\/*.zoom.us\/s\/*", "*:\/\/*.zoom.us\/t\/*", "*:\/\/*.zoom.us\/u\/*", "*:\/\/*.zoom.us\/v\/*", "*:\/\/*.zoom.us\/w\/*", "*:\/\/*.zoom.us\/x\/*", "*:\/\/*.zoom.us\/y\/*", "*:\/\/*.zoom.us\/z\/*", "*:\/\/*.zoom.us\/postattendee*", "*:\/\/*.zoom.us\/wc\/leave*", "*:\/\/*.zoom.com.cn\/a\/*", "*:\/\/*.zoom.com.cn\/b\/*", "*:\/\/*.zoom.com.cn\/c\/*", "*:\/\/*.zoom.com.cn\/d\/*", "*:\/\/*.zoom.com.cn\/e\/*", "*:\/\/*.zoom.com.cn\/f\/*", "*:\/\/*.zoom.com.cn\/g\/*", "*:\/\/*.zoom.com.cn\/h\/*", "*:\/\/*.zoom.com.cn\/i\/*", "*:\/\/*.zoom.com.cn\/j\/*", "*:\/\/*.zoom.com.cn\/k\/*", "*:\/\/*.zoom.com.cn\/l\/*", "*:\/\/*.zoom.com.cn\/m\/*", "*:\/\/*.zoom.com.cn\/n\/*", "*:\/\/*.zoom.com.cn\/o\/*", "*:\/\/*.zoom.com.cn\/p\/*", "*:\/\/*.zoom.com.cn\/q\/*", "*:\/\/*.zoom.com.cn\/r\/*", "*:\/\/*.zoom.com.cn\/s\/*", "*:\/\/*.zoom.com.cn\/t\/*", "*:\/\/*.zoom.com.cn\/u\/*", "*:\/\/*.zoom.com.cn\/v\/*", "*:\/\/*.zoom.com.cn\/w\/*", "*:\/\/*.zoom.com.cn\/x\/*", "*:\/\/*.zoom.com.cn\/y\/*", "*:\/\/*.zoom.com.cn\/z\/*", "*:\/\/*.zoom.com.cn\/postattendee*", "*:\/\/*.zoom.com.cn\/wc\/leave*", "*:\/\/*.zoomgov.com\/a\/*", "*:\/\/*.zoomgov.com\/b\/*", "*:\/\/*.zoomgov.com\/c\/*", "*:\/\/*.zoomgov.com\/d\/*", "*:\/\/*.zoomgov.com\/e\/*", "*:\/\/*.zoomgov.com\/f\/*", "*:\/\/*.zoomgov.com\/g\/*", "*:\/\/*.zoomgov.com\/h\/*", "*:\/\/*.zoomgov.com\/i\/*", "*:\/\/*.zoomgov.com\/j\/*", "*:\/\/*.zoomgov.com\/k\/*", "*:\/\/*.zoomgov.com\/l\/*", "*:\/\/*.zoomgov.com\/m\/*", "*:\/\/*.zoomgov.com\/n\/*", "*:\/\/*.zoomgov.com\/o\/*", "*:\/\/*.zoomgov.com\/p\/*", "*:\/\/*.zoomgov.com\/q\/*", "*:\/\/*.zoomgov.com\/r\/*", "*:\/\/*.zoomgov.com\/s\/*", "*:\/\/*.zoomgov.com\/t\/*", "*:\/\/*.zoomgov.com\/u\/*", "*:\/\/*.zoomgov.com\/v\/*", "*:\/\/*.zoomgov.com\/w\/*", "*:\/\/*.zoomgov.com\/x\/*", "*:\/\/*.zoomgov.com\/y\/*", "*:\/\/*.zoomgov.com\/z\/*", "*:\/\/*.zoomgov.com\/postattendee*", "*:\/\/*.zoomgov.com\/wc\/leave*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |