Mobile Locker for Gmail

Share links to Mobile Locker files in Gmail.

Mobile Locker for Gmail란 무엇입니까?

Mobile Locker for Gmail은(는) https://mobilelocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share links to Mobile Locker files in Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mobile Locker for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/*"
            ]
        }
    ]
}