OdooCRM
OdooGAP CRM browser extension
什么是OdooCRM?
OdooCRM是由https://odoogap.com开发的Chrome扩展程序,该扩展的主要功能是“OdooGAP CRM browser extension”。
扩展截图
下载OdooCRM扩展crx文件
下载OdooCRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Odoo ERP CRM Application - This application will allow you to search leads and contacts inside your Odoo Instance 扩展基本信息
| 名称 | |
| ID | gljcgkiamgkekffpcldeblhfeejldeil |
| 官方URL | https://chromewebstore.google.com/detail/odoocrm/gljcgkiamgkekffpcldeblhfeejldeil |
| 简介 | OdooGAP CRM browser extension |
| 文件大小 | 747 KB |
| 安装次数 | 43 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-10-07 |
| 上架时间 | 2020-09-20 |
| 开发者 | https://odoogap.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.odoogap.com |
| 帮助页面URL | https://www.odoogap.com/page/support-and-onboarding/ |
| 隐私政策页面URL | https://www.odoogap.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OdooCRM",
"description": "OdooGAP CRM browser extension",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": "icons\/odoogap-16x16.png",
"48": "icons\/odoogap-48x48.png",
"128": "icons\/odoogap-128x128.png"
},
"browser_action": {
"default_title": "OdooCRM",
"default_popup": "www\/index.html#\/"
},
"background": {
"scripts": [
"www\/js\/bex-background.js",
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*\/odoogap\/login",
"https:\/\/*\/odoogap\/login",
"http:\/\/*\/graphql",
"https:\/\/*\/graphql"
],
"js": [
"www\/js\/bex-content-script.js",
"js\/content-script.js"
],
"css": [
"css\/content-css.css"
]
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*\/odoogap\/login",
"https:\/\/*\/odoogap\/login",
"http:\/\/*\/graphql",
"https:\/\/*\/graphql",
"storage"
],
"web_accessible_resources": [
"www\/*",
"js\/*",
"css\/*",
" | |