Mobile Locker for Gmail

Share links to Mobile Locker files in Gmail.

ما هو Mobile Locker for Gmail؟

Mobile Locker for Gmail هو إضافة Chrome تم تطويرها بواسطة https://mobilelocker.com، والميزة الرئيسية لها هي "Share links to Mobile Locker files in Gmail.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mobile Locker for Gmail

قم بتنزيل ملفات الامتداد Mobile Locker for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Mobile Locker for Gmail allows you to:

* Access the content you need directly through Gmail
* Improve conversations by easily inserting sharable links
* Engage buyers by presenting like a pro
* Optimize your collateral with your existing tools
* Send collateral, videos, quotes, and more - without having to worry about attachment size limits
* Track engagement - you'll be alerted when they engage with the content so you can follow up

Requirements:
* A Mobile Locker account
* A Gmail account                    

معلومات أساسية عن التمديد

الاسم Mobile Locker for Gmail Mobile Locker for Gmail
ID ojehkongkhliekkfkickfgflgefcokgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/mobile-locker-for-gmail/ojehkongkhliekkfkickfgflgefcokgk
الوصف Share links to Mobile Locker files in Gmail.
حجم الملف 11.1 MB
عدد التثبيتات 42
النسخة الحالية 3.0.1
آخر تحديث 2024-01-26
تاريخ النشر 2020-05-12
تقييم 5.00/5 مجموع تقييمات 1
المطور https://mobilelocker.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.mobilelocker.com/gmail
عنوان صفحة المساعدة https://docs.mobilelocker.com/docs/install-and-use-mobile-locker-for-gmail
عنوان صفحة سياسة الخصوصية https://www.mobilelocker.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mobile Locker for Gmail",
    "short_name": "Mobile Locker",
    "version": "3.0.1",
    "description": "Share links to Mobile Locker files in Gmail.",
    "homepage_url": "https:\/\/www.mobilelocker.com",
    "author": "[email protected]",
    "icons": {
        "16": "images\/mobilelocker_icon_16.png",
        "32": "images\/mobilelocker_icon_32.png",
        "48": "images\/mobilelocker_icon_48.png",
        "128": "images\/mobilelocker_icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/mobilelocker_icon_16.png",
            "32": "images\/mobilelocker_icon_32.png",
            "48": "images\/mobilelocker_icon_48.png",
            "128": "images\/mobilelocker_icon_128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "mobilelocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "incognito": "not_allowed",
    "offline_enabled": false,
    "permissions": [
        "declarativeContent",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/assets.mobilelocker.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/vendor\/@fortawesome\/fontawesome-pro\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}