FastMeeting
Organize your one-to-one meetings, easily.
Vad är FastMeeting?
FastMeeting är en Chrome-tillägg utvecklad av http://app.fastmeeting.me, och dess huvudfunktion är "Organize your one-to-one meetings, easily.".
Tilläggsskärmbilder
Ladda ner FastMeeting-förlängningens CRX-fil
Ladda ner FastMeeting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | pkopcpphbmkmoodgadifhdaofbjebboo |
Officiell webbadress | https://chrome.google.com/webstore/detail/fastmeeting/pkopcpphbmkmoodgadifhdaofbjebboo |
Beskrivning | Organize your one-to-one meetings, easily. |
Filstorlek | 130 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-06-16 |
Publiceringsdatum | 2014-06-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://app.fastmeeting.me |
Betalningssätt | free |
Tilläggswebbplats | http://www.fastmeeting.me/ |
Stödda Språk | 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" ] } |