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 là gì?
OneMob - More Engagement with Free Microsites là một tiện ích mở rộng Chrome được phát triển bởi https://onemob.com, và tính năng chính của nó là "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OneMob - More Engagement with Free Microsites
Tải xuống các tệp mở rộng OneMob - More Engagement with Free Microsites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OneMob - More Engagement with Free Microsites |
ID | nofnjjmmplhlanoilgimbmlggpmcbhnd |
URL Chính Thức | https://chromewebstore.google.com/detail/onemob-more-engagement-wi/nofnjjmmplhlanoilgimbmlggpmcbhnd |
Mô tả | Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required. |
Kích Thước Tệp | 338 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 1.8.3 |
Cập Nhật Lần Cuối | 2024-02-06 |
Ngày Phát Hành | 2023-05-07 |
Nhà Phát Triển | https://onemob.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://onemob.com |
URL Trang Trợ Giúp | https://support.onemob.com |
URL Trang Chính Sách Bảo Mật | https://onemob.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |