Affixa - Gmail (TM) Draft Display

This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…

Wat is Affixa - Gmail (TM) Draft Display?

Affixa - Gmail (TM) Draft Display is een Chrome-extensie ontwikkeld door https://www.affixa.com, en de belangrijkste functie is "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Affixa - Gmail (TM) Draft Display

Download Affixa - Gmail (TM) Draft Display-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

                        This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts.

By installing this extension and enabling the "show in web browser" option for your account in Affixa, you will be shown your draft message in your existing Gmail browser tab. It even works if you're logged into multiple Google accounts at the same time.

Affixa is available from: https://www.affixa.com/

Use of trademarks is subject to Google Permissions. 

Privacy Policy: https://www.affixa.com/browser-extensions-privacy-policy/                    

Basisinformatie over de Extensie

Naam Affixa - Gmail (TM) Draft Display Affixa - Gmail (TM) Draft Display
ID ceimgagkkofjoalgojpkdcmhmbljbbaa
Officiële URL https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa
Beschrijving This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
Bestandsgrootte 74.38 KB
Aantal Installaties 436,662
Huidige Versie 4.4.1
Laatst Bijgewerkt 2019-01-06
Publicatiedatum 2019-01-05
Beoordeling 4.20/5 Totaal 45 Beoordelingen
Ontwikkelaar https://www.affixa.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.affixa.com/browser-extensions-privacy-policy/
URL van de Privacybeleid Pagina https://www.affixa.com/browser-extensions-privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "underscore-min.js",
            "GmailTabsManager.js",
            "GmailAccountsManager.js",
            "GmailAccount.js",
            "GmailTab.js",
            "GmailDraft.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "arrive.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Affixa - Gmail (TM) Draft Display",
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/mail.google.com\/*",
        "*:\/\/accounts.google.com\/*"
    ],
    "version": "4.4.1"
}