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文件

下載OneMob - More Engagement with Free Microsites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}