Gmail & Office 365 Plugin for VTiger
VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Τι είναι το Gmail & Office 365 Plugin for VTiger;
Το Gmail & Office 365 Plugin for VTiger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον offered by https://www.vtexperts.com, και η κύρια λειτουργία του είναι "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail & Office 365 Plugin for VTiger
Λήψη αρχείων επέκτασης Gmail & Office 365 Plugin for VTiger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Corrensa is an extension integrating vTiger Open Source & Gmail/Outlook It enables users to view, create and update vTiger records without leaving their email(Gmail/Outlook). Features: - Create/Edit/View VTiger records from your email - Advanced Email Linking - Email Tracking - Attach & Save email attachments as documents in VTiger - Add Comments & Updates to any VTiger record - View Invoices/Quotes/Orders right from your email - Search your vtiger database To get started go to our website: https://www.corrensa.com Thanks!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cjflincdpnkojalcgfemcddkbclfoiff |
Επίσημο URL | https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff |
Περιγραφή | VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa). |
Μέγεθος Αρχείου | 27.4 KB |
Αριθμός Εγκαταστάσεων | 593 |
Τρέχουσα Έκδοση | 2.3 |
Τελευταία Ενημέρωση | 2018-02-05 |
Ημερομηνία Δημοσίευσης | 2018-02-05 |
Αξιολόγηση | 4.63/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | offered by https://www.vtexperts.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.corrensa.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.corrensa.com/faq/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail & Office 365 Plugin for VTiger", "short_name": "Corrensa", "description": "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).", "version": "2.3", "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "js\/utils.js", "js\/startup.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*" ], "js": [ "js\/contentscript.js" ], "css": [] } ], "web_accessible_resources": [ "*" ] } |