ImagineShare

Build an Extension for ImagineShare

ImagineShare란 무엇입니까?

ImagineShare은(는) ImagineTime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an Extension for ImagineShare"입니다.

확장 프로그램 스크린샷

ImagineShare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}