ImagineShare

Build an Extension for ImagineShare

什么是ImagineShare?

ImagineShare是由ImagineTime开发的Chrome扩展程序,该扩展的主要功能是“Build an Extension for ImagineShare”。

扩展截图

下载ImagineShare扩展crx文件

下载ImagineShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 ImagineShare ImagineShare
ID lhehblheoabjhaoidpediiolhmlebckb
官方URL https://chromewebstore.google.com/detail/imagineshare/lhehblheoabjhaoidpediiolhmlebckb
简介 Build an Extension for ImagineShare
文件大小 9.51 KB
安装次数 943
当前版本 1.4
更新时间 2022-11-23
上架时间 2020-09-28
开发者 ImagineTime
电子邮箱 [email protected]
付费类型 free
扩展官网 http://app.imaginetime.com/
帮助页面URL http://demo.imaginetime.com/
隐私政策页面URL https://www.imaginetime.com/privacy-policy
支持的语言 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
}