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…

Vad är Affixa - Gmail (TM) Draft Display?

Affixa - Gmail (TM) Draft Display är en Chrome-tillägg utvecklad av https://www.affixa.com, och dess huvudfunktion är "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…".

Tilläggsskärmbilder

screenshot

Ladda ner Affixa - Gmail (TM) Draft Display-förlängningens CRX-fil

Ladda ner Affixa - Gmail (TM) Draft Display-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Affixa - Gmail (TM) Draft Display Affixa - Gmail (TM) Draft Display
ID ceimgagkkofjoalgojpkdcmhmbljbbaa
Officiell webbadress https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa
Beskrivning This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
Filstorlek 74.38 KB
Antal Installationer 436,662
Aktuell Version 4.4.1
Senast Uppdaterad 2019-01-06
Publiceringsdatum 2019-01-05
Betyg 4.20/5 Totalt 45 Betyg
Utvecklare https://www.affixa.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.affixa.com/browser-extensions-privacy-policy/
URL till Sekretesspolicy Sidan https://www.affixa.com/browser-extensions-privacy-policy
Stödda Språk 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"
}