OneMob - More Engagement with Free Microsites

Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.

OneMob - More Engagement with Free Microsites란 무엇입니까?

OneMob - More Engagement with Free Microsites은(는) https://onemob.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

OneMob - More Engagement with Free Microsites 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        OneMob Chrome extension is a tool for creating and sharing microsite links from Gmail and LinkedIn. It allows you to create engaging microsites with personalized messages, branding, and multimedia elements. OneMob is packed with features such as mobile, web and screen recorder, script teleprompter, video editing tools, video approvals and engagement tracking. It’s a must-have for sales reps and marketers. You can get started with OneMob for free by visiting onemob.com.                    

확장 프로그램 기본 정보

이름 OneMob - More Engagement with Free Microsites OneMob - More Engagement with Free Microsites
ID nofnjjmmplhlanoilgimbmlggpmcbhnd
공식 URL https://chromewebstore.google.com/detail/onemob-more-engagement-wi/nofnjjmmplhlanoilgimbmlggpmcbhnd
설명 Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.
파일 크기 338 KB
설치 횟수 130
현재 버전 1.8.3
최근 업데이트 2024-02-06
출시 날짜 2023-05-07
개발자 https://onemob.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://onemob.com
도움말 페이지 URL https://support.onemob.com
개인정보 보호 정책 페이지 URL https://onemob.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneMob - More Engagement with Free Microsites",
    "description": "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.",
    "version": "1.8.3",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "gmail_content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "linkedin_content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*.onemob.com\/*",
        "https:\/\/*.dev-onemob.com\/*",
        "https:\/\/*.staging-onemob.com\/*",
        "https:\/\/mail.google.com\/"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-128.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}