OdooCRM
OdooGAP CRM browser extension
Was ist OdooCRM?
OdooCRM ist eine Chrome-Erweiterung, die von https://odoogap.com entwickelt wurde, und ihr Hauptmerkmal ist "OdooGAP CRM browser extension".
Erweiterungsscreenshots
OdooCRM-Erweiterungs-CRX-Datei herunterladen
Laden Sie OdooCRM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Odoo ERP CRM Application  - This application will allow you to search leads and contacts inside your Odoo Instance                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gljcgkiamgkekffpcldeblhfeejldeil | 
| Offizielle URL | https://chromewebstore.google.com/detail/odoocrm/gljcgkiamgkekffpcldeblhfeejldeil | 
| Beschreibung | OdooGAP CRM browser extension | 
| Dateigröße | 747 KB | 
| Installationsanzahl | 43 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2020-10-07 | 
| Veröffentlichungsdatum | 2020-09-20 | 
| Entwickler | https://odoogap.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.odoogap.com | 
| Hilfeseite URL | https://www.odoogap.com/page/support-and-onboarding/ | 
| URL der Datenschutzrichtlinien-Seite | https://www.odoogap.com/privacy-policy | 
| Unterstützte Sprachen | 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\/*",
        "  |  |