OdooCRM Inbox
OdooCRM Inbox is to integrate Gmail with your own Odoo system
OdooCRM Inbox란 무엇입니까?
OdooCRM Inbox은(는) https://busovn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OdooCRM Inbox is to integrate Gmail with your own Odoo system"입니다.
OdooCRM Inbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | OdooCRM Inbox |
ID | bfiadjiiofoefpnhdaaahhhagdbcpjjj |
공식 URL | https://chromewebstore.google.com/detail/odoocrm-inbox/bfiadjiiofoefpnhdaaahhhagdbcpjjj |
설명 | OdooCRM Inbox is to integrate Gmail with your own Odoo system |
파일 크기 | 148 KB |
설치 횟수 | 57 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-10-12 |
출시 날짜 | 2017-10-12 |
개발자 | https://busovn.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://busovn.com |
지원되는 언어 | 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" ] } } |