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
官方網址 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
}