OdooCRM Inbox
OdooCRM Inbox is to integrate Gmail with your own Odoo system
Apa itu OdooCRM Inbox?
OdooCRM Inbox adalah ekstensi Chrome yang dikembangkan oleh https://busovn.com, dan fitur utamanya adalah "OdooCRM Inbox is to integrate Gmail with your own Odoo system".
Unduh Berkas CRX Ekstensi OdooCRM Inbox
Unduh file ekstensi OdooCRM Inbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | OdooCRM Inbox |
ID | bfiadjiiofoefpnhdaaahhhagdbcpjjj |
URL Resmi | https://chromewebstore.google.com/detail/odoocrm-inbox/bfiadjiiofoefpnhdaaahhhagdbcpjjj |
Deskripsi | OdooCRM Inbox is to integrate Gmail with your own Odoo system |
Ukuran File | 148 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-10-12 |
Tanggal Publikasi | 2017-10-12 |
Pengembang | https://busovn.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://busovn.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OdooCRM Inbox", "description": "OdooCRM Inbox is to integrate Gmail with your own Odoo system", "short_name": "CRM plugin", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "identity", "tabs", "storage", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*" ], "background": { "scripts": [ "lib\/jquery.js", "common\/shared-common.js", "background\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "css\/style.css" ], "js": [ "lib\/jquery.js", "common\/shared-common.js", "content_script\/content_script.js" ] } ], "web_accessible_resources": [ "lib\/jquery.js", "lib\/gmail_api.js", "common\/shared-common.js", "common\/dom_page.js", "injected_script\/page.js", "css\/style.css", "icons\/odoo.png", "icons\/gmail.png", "sidebar.html" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoCJVlUOFtlJp5VFmYS+4JGCjE9rHxsK9rZh00UXpIFeGNc\/Bs5TlvLgITll01m5HoS9zSTsFQPaFR7kX8xESFmodn8H2EFDSVlteU9tJTqT4bi6Nvbb+t9sobD4Miv0GaUFThmKSv1a5+ux1SvG\/eOh0y3jJc9I7bhBZ7xFjnJddE0WX\/KrKiEJn7ZxMFyijSgtq\/aXowz\/GfRwuDPKAsfT0lLQCDpYTTob9VXF9DKwkj4oF1dslPzosJ6Q3BwC32Wqq7y6DPklh70VFuFZ\/Hfdt9Mgsu4h4H8\/HcR7zQyy7N3sQWtjuQPoeGeYRiX10JVW2jZFMR4cmdHh6PWzKRQIDAQAB", "oauth2": { "client_id": "163871700129-mnghevjq7949g24qaf1iubl3dhrmquhu.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] } } |