OdooCRM

OdooGAP CRM browser extension

What is OdooCRM?

OdooCRM is a Chrome extension developed by https://odoogap.com, and its main feature is "OdooGAP CRM browser extension".

Extension Screenshots

screenshot
screenshot

Download OdooCRM Extension CRX File

Download OdooCRM 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

                        Odoo ERP CRM Application  - This application will allow you to search leads and contacts inside your Odoo Instance                    

Extension Basic Information

Name OdooCRM OdooCRM
ID gljcgkiamgkekffpcldeblhfeejldeil
Official URL https://chromewebstore.google.com/detail/odoocrm/gljcgkiamgkekffpcldeblhfeejldeil
Description OdooGAP CRM browser extension
File Size 747 KB
Installation Count 43
Current Version 1.0.1
Last Updated 2020-10-07
Publish Date 2020-09-20
Developer https://odoogap.com
Email [email protected]
Payment Type free
Extension Website https://www.odoogap.com
Help Page URL https://www.odoogap.com/page/support-and-onboarding/
Privacy Policy Page URL https://www.odoogap.com/privacy-policy
Supported Languages 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\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}