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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://docs.mobilelocker.com/docs/install-and-use-mobile-locker-for-gmail
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
            ]
        }
    ]
}