ImagineShare

Build an Extension for ImagineShare

ما هو ImagineShare؟

ImagineShare هو إضافة Chrome تم تطويرها بواسطة ImagineTime، والميزة الرئيسية لها هي "Build an Extension for ImagineShare".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة ImagineShare

قم بتنزيل ملفات الامتداد ImagineShare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://demo.imaginetime.com/
عنوان صفحة سياسة الخصوصية 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
}