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…

什麼是Affixa - Gmail (TM) Draft Display?

Affixa - Gmail (TM) Draft Display是由https://www.affixa.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…”。

擴展截圖

screenshot

下載Affixa - Gmail (TM) Draft Display擴展crx文件

下載Affixa - Gmail (TM) Draft Display擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Affixa - Gmail (TM) Draft Display Affixa - Gmail (TM) Draft Display
ID ceimgagkkofjoalgojpkdcmhmbljbbaa
官方網址 https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa
簡介 This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
檔案大小 74.38 KB
安裝次數 436,662
目前版本 4.4.1
更新時間 2019-01-06
上架時間 2019-01-05
評分 4.20/5 共 45 次評分
開發者 https://www.affixa.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.affixa.com/browser-extensions-privacy-policy/
隱私政策頁面URL https://www.affixa.com/browser-extensions-privacy-policy
支援的語言 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"
}