ImagineShare
Build an Extension for ImagineShare
Co je ImagineShare?
ImagineShare je rozšíření Chrome vyvinuté ImagineTime, a jeho hlavní funkcí je „Build an Extension for ImagineShare“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ImagineShare
Stáhněte si soubory rozšíření ImagineShare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Securely send and request large attachments using ImagineShare. Securely send and request large attachments directly from your Gmail inbox using ImagineShare. The ImagineShare Chrome Extension allows you to securely share files via email while bypassing attachment size restrictions. Get notified whenever someone accesses a file or sends you a file so you never miss a beat. An ImagineShare account is required. You can sign up for a demo at https://www.imaginetime.com/request-a-demo/
Základní Informace o Rozšíření
Název | |
ID | lhehblheoabjhaoidpediiolhmlebckb |
Oficiální URL | https://chromewebstore.google.com/detail/imagineshare/lhehblheoabjhaoidpediiolhmlebckb |
Popis | Build an Extension for ImagineShare |
Velikost souboru | 9.51 KB |
Počet instalací | 943 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2022-11-23 |
Datum Vydání | 2020-09-28 |
Vývojář | ImagineTime |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://app.imaginetime.com/ |
URL Stránky Nápovědy | http://demo.imaginetime.com/ |
URL Stránky Zásad Ochrany Soukromí | https://www.imaginetime.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ImagineShare", "version": "1.4", "description": "Build an Extension for ImagineShare", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/imagineIcon.png", "32": "images\/imagineIcon.png", "48": "images\/imagineIcon.png", "128": "images\/imagineIcon.png" } }, "icons": { "16": "images\/imagineIcon.png", "32": "images\/imagineIcon.png", "48": "images\/imagineIcon.png", "128": "images\/imagineIcon.png" }, "manifest_version": 2 } |