GIPHY for Gmail

Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.

什麼是GIPHY for Gmail?

GIPHY for Gmail是由Giphy, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載GIPHY for Gmail擴展crx文件

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

擴展使用說明

                        Easily add GIFs, Stickers, Emojis and more to your emails with the Giphy for Gmail Extension. Just click "Compose" inside the Gmail web client and then tap the GIPHY icon in the toolbar. Search and browse the entire GIPHY library or create your own custom Test Stickers! Once you've found the perfect GIF just tap it and its automatically added to your email.

Feel free to drop us a line if you have any issues or ideas to make it better at: [email protected]

💖 With love,

-GIPHY                    

擴展基本資訊

名稱 GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
官方網址 https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
簡介 Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
檔案大小 1.3 MB
安裝次數 119,835
目前版本 3.14
更新時間 2023-05-12
上架時間 2019-08-22
評分 3.80/5 共 117 次評分
開發者 Giphy, Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.giphy.com
隱私政策頁面URL https://support.giphy.com/hc/en-us/articles/360032872931
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY for Gmail",
    "version": "3.14",
    "description": "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.",
    "manifest_version": 3,
    "icons": {
        "128": "\/img\/128x128_vertical.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                ".\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ]
}