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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onemob.com, και η κύρια λειτουργία του είναι "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OneMob - More Engagement with Free Microsites

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}