SuperOffice Gmail Link

Archive incoming and outgoing emails and manage contacts directly from your Gmail inbox into SuperOffice CRM!

Co je SuperOffice Gmail Link?

SuperOffice Gmail Link je rozšíření Chrome vyvinuté SuperOffice, a jeho hlavní funkcí je „Archive incoming and outgoing emails and manage contacts directly from your Gmail inbox into SuperOffice CRM!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SuperOffice Gmail Link

Stáhněte si soubory rozšíření SuperOffice Gmail Link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Do not let your Gmail Inbox be an information island. Link it to SuperOffice CRM and enjoy:
 
> All relevant customer emails stored in one place, available to everyone instantly
 
> Archive emails as an activity in your diary or create a request for your support center instead and ensure emails are followed up and not forgotten in your inbox
 
> Let SuperOffice notify you if it doesn't recognize the contact details and offer you quick and easy ways to add contacts and update email addresses

> Being in control: you are in charge of what to store, where and when.

KEY FEATURES:
* Define your personal archive preferences 

* Store emails as documents in your CRM database

* Connect emails to a project or sales opportunities as you archive it 

* SuperOffice automatically detects if the sender is a known address or not
 
* If the sender is not recognized, use easy to follow wizards to create new company, contact or email address to your CRM database

* Create new activities in your diary to follow up  
 
* Store emails directly as a request into the shared inbox in SuperOffice Service, to be dealt with by your other team mates                    

Základní Informace o Rozšíření

Název SuperOffice Gmail Link SuperOffice Gmail Link
ID cbhgbmaenkafojghnojpokcneahgcabm
Oficiální URL https://chromewebstore.google.com/detail/superoffice-gmail-link/cbhgbmaenkafojghnojpokcneahgcabm
Popis Archive incoming and outgoing emails and manage contacts directly from your Gmail inbox into SuperOffice CRM!
Velikost souboru 1.3 MB
Počet instalací 1,164
Aktuální Verze 2.9.2.0
Poslední Aktualizace 2023-09-21
Datum Vydání 2020-02-03
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář SuperOffice
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://online.superoffice.com/AppStore/superoffice-as/superoffice-gmail-link
URL Stránky Nápovědy https://cs.superoffice.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SuperOffice Gmail Link",
    "short_name": "SO-GmailLink",
    "version": "2.9.2.0",
    "author": "SuperOffice",
    "description": "Archive incoming and outgoing emails and manage contacts directly from your Gmail inbox into SuperOffice CRM!",
    "icons": {
        "19": "icons\/19.png",
        "20": "icons\/20.png",
        "30": "icons\/30.png",
        "36": "icons\/36.png",
        "38": "icons\/38.png",
        "40": "icons\/40.png",
        "48": "icons\/48.png",
        "72": "icons\/72.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "144": "icons\/144.png",
        "192": "icons\/192.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/19.png",
            "20": "icons\/20.png",
            "30": "icons\/30.png",
            "36": "icons\/36.png",
            "38": "icons\/38.png",
            "40": "icons\/40.png",
            "48": "icons\/48.png",
            "72": "icons\/72.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png",
            "144": "icons\/144.png",
            "192": "icons\/192.png"
        },
        "default_title": "SuperOffice",
        "default_popup": "dist\/settingsPage.html"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.superoffice.com\/cust*",
                "https:\/\/*.superoffice.com\/Cust*"
            ],
            "js": [
                "dist\/onlineConfigGenerator.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/gmailExtensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/gmailExtensionLoader.js",
                "dist\/superofficeMessageListener.js",
                "dist\/extensionUpdated.js",
                "dist\/fedlogin.html",
                "icons\/logo_green.svg",
                "icons\/logo_white.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "dist\/settingsPage.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.superoffice.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ]
}