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
公式URL 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.
Eメール [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\/"
    ]
}