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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OneMob - More Engagement with Free Microsites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |