OdooCRM
OdooGAP CRM browser extension
Wat is OdooCRM?
OdooCRM is een Chrome-extensie ontwikkeld door https://odoogap.com, en de belangrijkste functie is "OdooGAP CRM browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie OdooCRM
Download OdooCRM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Odoo ERP CRM Application - This application will allow you to search leads and contacts inside your Odoo Instance
Basisinformatie over de Extensie
Naam | OdooCRM |
ID | gljcgkiamgkekffpcldeblhfeejldeil |
Officiële URL | https://chromewebstore.google.com/detail/odoocrm/gljcgkiamgkekffpcldeblhfeejldeil |
Beschrijving | OdooGAP CRM browser extension |
Bestandsgrootte | 747 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-10-07 |
Publicatiedatum | 2020-09-20 |
Ontwikkelaar | https://odoogap.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.odoogap.com |
Help Pagina-URL | https://www.odoogap.com/page/support-and-onboarding/ |
URL van de Privacybeleid Pagina | https://www.odoogap.com/privacy-policy |
Ondersteunde Talen | 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\/*", " |