OMI Call
Using OMI Call Extension to make a call for CRM
What is OMI Call?
OMI Call is a Chrome extension developed by https://omicrm.com, and its main feature is "Using OMI Call Extension to make a call for CRM".
Extension Screenshots
Download OMI Call Extension CRX File
Download OMI Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
OMICall (OMICRM) Chrome Extensions - Support click to call VoIP on CRM - Support send eSMS and send note to OMICRM, OMICall - Support call out, call in Version : 2.0.38 - HubSpot Update click to call
Extension Basic Information
Name | OMI Call |
ID | koeaaihlcdkicpfdnnmpmhemcfiojice |
Official URL | https://chromewebstore.google.com/detail/omi-call/koeaaihlcdkicpfdnnmpmhemcfiojice |
Description | Using OMI Call Extension to make a call for CRM |
File Size | 514 KB |
Installation Count | 541 |
Current Version | 2.0.38 |
Last Updated | 2023-09-19 |
Publish Date | 2022-07-18 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://omicrm.com |
[email protected] | |
Payment Type | free |
Extension Website | https://omicrm.com/?lng=en |
Help Page URL | https://omicrm.com/contact-us?lng=en |
Privacy Policy Page URL | https://sso.omicrm.com/site-policy/privacy-policies?lng=en |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OMI Call", "description": "Using OMI Call Extension to make a call for CRM", "version": "2.0.38", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "logo.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/app.hubspot.com\/*", "*:\/\/*.kiotviet.vn\/*", "*:\/\/*.kiotviet.com\/*", "*:\/\/*.crmviet.vn\/*", "*:\/\/*.getflycrm.com\/*", "*:\/\/*.myharavan.com\/*", "*:\/\/*.mysapo.net\/*", "*:\/\/*.mysapo.vn\/*", "*:\/\/*.mysapogo.com\/*", "*:\/\/tuha.vn\/*", "*:\/\/*.bitrix24.vn\/*", "*:\/\/*.bitrix24.com\/*", "*:\/\/*.hqrentals.eu\/*", "*:\/\/*.hqrentals.asia\/*", "*:\/\/*.force.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.nhanh.vn\/*", "*:\/\/*.odoo.com\/*", "*:\/\/*.ibsvietnam.edu.vn\/*", "*:\/\/*.ibs.edu.vn\/*", "*:\/\/*.ecount.com\/*", "*:\/\/*.pages.fm\/*", "*:\/\/*.pancake.vn\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.erpnext.com\/*", "*:\/\/bownow.jp\/*", "*:\/\/*.amis.vn\/*", "*:\/\/*.misa.vn\/*", "*:\/\/*.bitrix.bernard.vn\/*", "*:\/\/*.esuhai.org\/*", "*:\/\/*.airtable.com\/*", "*:\/\/*.vietaustralia.com\/*", "*:\/\/*.larksuite.com\/*", "*:\/\/*.finan.me\/*" ], "css": [ "content\/themes\/omicall\/css\/sticky-bar.css", "content\/themes\/omicall\/css\/style.css", "content\/themes\/omicall\/css\/keypad.css" ], "js": [ "assets\/js\/jquery-3.5.1.min.js", "assets\/js\/sip-0.15.11.js", "assets\/js\/draggabilly.pkgd.js", "content\/themes\/hubspot\/hubspot.js", "content\/themes\/kiotviet\/kiotviet.js", "content\/themes\/getflycrm\/getflycrm.js", "content\/themes\/omicall\/omicall.js", "content\/themes\/nhanhvn\/nhanhvn.js", "content\/themes\/sapo\/sapo.js", "content\/themes\/haravan\/haravan.js", "content\/themes\/ibsvietnam\/ibsvietnam.js", "content\/themes\/erpnext\/erpnext.js", "content\/themes\/bitrix24\/bitrix24.js", "content\/themes\/bownow\/bownow.js", "content\/themes\/misaamis\/misaamis.js", "assets\/js\/fab.js", "assets\/js\/sdk.js", "content\/api.js", "content\/themes.js", "content\/index.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/app.hubspot.com\/*", "*:\/\/*.kiotviet.vn\/*", "*:\/\/*.kiotviet.com\/*", "*:\/\/*.crmviet.vn\/*", "*:\/\/*.getflycrm.com\/*", "*:\/\/*.myharavan.com\/*", "*:\/\/*.mysapo.net\/*", "*:\/\/*.mysapo.vn\/*", "*:\/\/*.mysapogo.com\/*", "*:\/\/tuha.vn\/*", "*:\/\/*.bitrix24.vn\/*", "*:\/\/*.bitrix24.com\/*", "*:\/\/*.hqrentals.eu\/*", "*:\/\/*.hqrentals.asia\/*", "*:\/\/*.force.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.nhanh.vn\/*", "*:\/\/*.odoo.com\/*", "*:\/\/*.ibsvietnam.edu.vn\/*", "*:\/\/*.ibs.edu.vn\/*", "*:\/\/*.ecount.com\/*", "*:\/\/*.pages.fm\/*", "*:\/\/*.pancake.vn\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.erpnext.com\/*", "*:\/\/bownow.jp\/*", "*:\/\/*.amis.vn\/*", "*:\/\/*.misa.vn\/*", "*:\/\/*.bitrix.bernard.vn\/*", "*:\/\/*.esuhai.org\/*", "*:\/\/*.airtable.com\/*", "*:\/\/*.vietaustralia.com\/*", "*:\/\/*.larksuite.com\/*", "*:\/\/*.finan.me\/*" ], "resources": [ "assets\/*", "popup\/*", "content\/*", "logo.png" ] } ], "permissions": [ "storage" ] } |