Boru2Gmail

Gmail users, are you working for Vtiger or is Vtiger working for you? You can download Boru2Gmail and make Vtiger respond to your…

Τι είναι το Boru2Gmail;

Το Boru2Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.boruapps.com, και η κύρια λειτουργία του είναι "Gmail users, are you working for Vtiger or is Vtiger working for you? You can download Boru2Gmail and make Vtiger respond to your…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Boru2Gmail

Λήψη αρχείων επέκτασης Boru2Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Gmail users, are you working for Vtiger or is Vtiger working for you? You can download Boru2Gmail and make Vtiger respond to your needs like never before. Note: Boru2Gmail is free.

Boru2Gmail is a Chrome App that brings the power of your Vtiger CRM right into your Gmail window. As you work through your Inbox, Boru2Gmail transparently links to Vtiger, matching the sender's email address to Leads and Contacts already in your CRM and providing a real-time link to associated records in the Organization, Calendar, Quotes, Invoices, Emails, and Comments modules.

With each email you open, the crucial information you need to respond quickly and accurately to your customers appears seamlessly in Gmail’s sidebar. Attach the email to your Vtiger Contact with a single click. If no Lead or Contact exists with that email address, a single click creates the record with name and email address entered automatically. How many messages do you receive every day that send you scrambling to find information in Vtiger? With Boru2Gmail, you’ll save seconds of your valuable time with every customer message you receive. Don’t work for Vtiger--make Vtiger work for you!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Boru2Gmail Boru2Gmail
ID aomafjodadbdljgehojkhfjlfecdlbid
Επίσημο URL https://chromewebstore.google.com/detail/boru2gmail/aomafjodadbdljgehojkhfjlfecdlbid
Περιγραφή Gmail users, are you working for Vtiger or is Vtiger working for you? You can download Boru2Gmail and make Vtiger respond to your…
Μέγεθος Αρχείου 920 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 1.3.18
Τελευταία Ενημέρωση 2018-10-05
Ημερομηνία Δημοσίευσης 2018-10-05
Αξιολόγηση 4.78/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://www.boruapps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.boruapps.com/boru-vtiger-gmail-gadget-chrome-app/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boru2Gmail",
    "version": "1.3.18",
    "icons": {
        "16": "\/assets\/img\/favicon.png",
        "64": "\/assets\/img\/favicon.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/mail.google.com\/mail\/u\/*",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-1.11.1.min.js",
            "\/assets\/js\/gmail.js",
            "\/assets\/js\/md5.js",
            "\/assets\/js\/VTiger.js",
            "\/assets\/js\/utils.js",
            "\/assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/jquery-1.11.1.min.js",
                "\/assets\/js\/gmail.js",
                "\/assets\/js\/jquery-ui.js",
                "\/assets\/js\/VTiger.js",
                "\/assets\/js\/utils.js",
                "\/assets\/js\/jquery.timeago.js",
                "\/assets\/js\/jquery.timepicker.min.js",
                "\/assets\/js\/content_script.js"
            ],
            "css": [
                "\/assets\/css\/font-awesome.css",
                "\/assets\/css\/jquery-ui.css",
                "\/assets\/css\/style.css",
                "\/assets\/css\/jquery.timepicker.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/mail\/u\/*",
                "https:\/\/gmail.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/img\/*.*",
        "\/assets\/css\/img\/*.*",
        "\/assets\/css\/*.css",
        "\/assets\/css\/images\/*.*",
        "\/assets\/js\/*.js",
        "\/assets\/html\/*.html",
        "\/assets\/fonts\/*"
    ]
}