ImagineShare
Build an Extension for ImagineShare
ImagineShare là gì?
ImagineShare là một tiện ích mở rộng Chrome được phát triển bởi ImagineTime, và tính năng chính của nó là "Build an Extension for ImagineShare".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ImagineShare
Tải xuống các tệp mở rộng ImagineShare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lhehblheoabjhaoidpediiolhmlebckb |
URL Chính Thức | https://chromewebstore.google.com/detail/imagineshare/lhehblheoabjhaoidpediiolhmlebckb |
Mô tả | Build an Extension for ImagineShare |
Kích Thước Tệp | 9.51 KB |
Số Lần Cài Đặt | 943 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-11-23 |
Ngày Phát Hành | 2020-09-28 |
Nhà Phát Triển | ImagineTime |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://app.imaginetime.com/ |
URL Trang Trợ Giúp | http://demo.imaginetime.com/ |
URL Trang Chính Sách Bảo Mật | https://www.imaginetime.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |