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.

Cos'è OneMob - More Engagement with Free Microsites?

OneMob - More Engagement with Free Microsites è un'estensione di Chrome sviluppata da https://onemob.com, e la sua funzione principale è "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OneMob - More Engagement with Free Microsites

Scarica i file di estensione OneMob - More Engagement with Free Microsites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OneMob - More Engagement with Free Microsites OneMob - More Engagement with Free Microsites
ID nofnjjmmplhlanoilgimbmlggpmcbhnd
URL Ufficiale https://chromewebstore.google.com/detail/onemob-more-engagement-wi/nofnjjmmplhlanoilgimbmlggpmcbhnd
Descrizione Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.
Dimensione del File 338 KB
Conteggio Installazioni 130
Versione Corrente 1.8.3
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2023-05-07
Sviluppatore https://onemob.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onemob.com
URL della Pagina di Aiuto https://support.onemob.com
URL della Pagina della Politica sulla Privacy https://onemob.com/privacy-policy
Lingue Supportate 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
}