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…

Cos'è Affixa - Gmail (TM) Draft Display?

Affixa - Gmail (TM) Draft Display è un'estensione di Chrome sviluppata da https://www.affixa.com, e la sua funzione principale è "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Affixa - Gmail (TM) Draft Display

Scarica i file di estensione Affixa - Gmail (TM) Draft Display in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Affixa - Gmail (TM) Draft Display Affixa - Gmail (TM) Draft Display
ID ceimgagkkofjoalgojpkdcmhmbljbbaa
URL Ufficiale https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa
Descrizione This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
Dimensione del File 74.38 KB
Conteggio Installazioni 436,662
Versione Corrente 4.4.1
Ultimo Aggiornamento 2019-01-06
Data di Pubblicazione 2019-01-05
Valutazione 4.20/5 Totale 45 Valutazioni
Sviluppatore https://www.affixa.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.affixa.com/browser-extensions-privacy-policy/
URL della Pagina della Politica sulla Privacy https://www.affixa.com/browser-extensions-privacy-policy
Lingue Supportate 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"
}