ImagineShare
Build an Extension for ImagineShare
Vad är ImagineShare?
ImagineShare är en Chrome-tillägg utvecklad av ImagineTime, och dess huvudfunktion är "Build an Extension for ImagineShare".
Tilläggsskärmbilder
Ladda ner ImagineShare-förlängningens CRX-fil
Ladda ner ImagineShare-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
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/
Grundläggande Information om Tillägg
Namn | |
ID | lhehblheoabjhaoidpediiolhmlebckb |
Officiell webbadress | https://chromewebstore.google.com/detail/imagineshare/lhehblheoabjhaoidpediiolhmlebckb |
Beskrivning | Build an Extension for ImagineShare |
Filstorlek | 9.51 KB |
Antal Installationer | 943 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2022-11-23 |
Publiceringsdatum | 2020-09-28 |
Utvecklare | ImagineTime |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://app.imaginetime.com/ |
Hjälpsida URL | http://demo.imaginetime.com/ |
URL till Sekretesspolicy Sidan | https://www.imaginetime.com/privacy-policy |
Stödda Språk | 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 } |