ImagineShare

Build an Extension for ImagineShare

Co to jest ImagineShare?

ImagineShare to rozszerzenie Chrome opracowane przez ImagineTime, a jego główną funkcją jest „Build an Extension for ImagineShare”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia ImagineShare

Pobierz pliki rozszerzeń ImagineShare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa ImagineShare ImagineShare
ID lhehblheoabjhaoidpediiolhmlebckb
Oficjalny URL https://chromewebstore.google.com/detail/imagineshare/lhehblheoabjhaoidpediiolhmlebckb
Opis Build an Extension for ImagineShare
Rozmiar pliku 9.51 KB
Liczba instalacji 943
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2022-11-23
Data Publikacji 2020-09-28
Deweloper ImagineTime
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://app.imaginetime.com/
Adres URL Strony Pomocy http://demo.imaginetime.com/
Adres URL Strony Polityki Prywatności https://www.imaginetime.com/privacy-policy
Obsługiwane Języki 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
}