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 là gì?

GIPHY for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Giphy, Inc., và tính năng chính của nó là "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GIPHY for Gmail

Tải xuống các tệp mở rộng GIPHY for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
URL Chính Thức https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
Mô tả Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 119,835
Phiên Bản Hiện Tại 3.14
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2019-08-22
Đánh Giá 3.80/5 Tổng số 117 Đánh Giá
Nhà Phát Triển Giphy, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.giphy.com
URL Trang Chính Sách Bảo Mật https://support.giphy.com/hc/en-us/articles/360032872931
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}