FastMeeting
Organize your one-to-one meetings, easily.
What is FastMeeting?
FastMeeting is a Chrome extension developed by http://app.fastmeeting.me, and its main feature is "Organize your one-to-one meetings, easily.".
Extension Screenshots
Download FastMeeting Extension CRX File
Download FastMeeting 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
Extension Basic Information
Name | |
ID | pkopcpphbmkmoodgadifhdaofbjebboo |
Official URL | https://chrome.google.com/webstore/detail/fastmeeting/pkopcpphbmkmoodgadifhdaofbjebboo |
Description | Organize your one-to-one meetings, easily. |
File Size | 130 KB |
Installation Count | 10 |
Current Version | 1.1 |
Last Updated | 2014-06-16 |
Publish Date | 2014-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://app.fastmeeting.me |
Payment Type | free |
Extension Website | http://www.fastmeeting.me/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FastMeeting", "description": "Organize your one-to-one meetings, easily.", "version": "1.1", "permissions": [ "storage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |