STKR for Gmail

Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.

STKR for Gmail là gì?

STKR for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://www.stkr.us, và tính năng chính của nó là "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng STKR 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

                        Words are never enough.  Express yourself better in your emails by adding stickers with the STKR for Gmail extension (Beta). 

It's now easier than ever to add stickers to your email by adding a STKR button to Gmail Compose.

Find the perfect sticker to express your emotion, thought or activity by quickly searching STKR's library of stickers from top artists around the world.                    

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

Tên STKR for Gmail STKR for Gmail
ID bcmilapdmdehgefigfepogkfgbfecaog
URL Chính Thức https://chromewebstore.google.com/detail/stkr-for-gmail/bcmilapdmdehgefigfepogkfgbfecaog
Mô tả Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.
Kích Thước Tệp 24.93 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-28
Ngày Phát Hành 2015-07-28
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.stkr.us
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "STKR for Gmail",
    "short_name": "STKR: Gmail",
    "description": "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.",
    "version": "1.0",
    "author": "Meemo",
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/api.stkr.us\/",
        "https:\/\/gmail.stkr.us\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "app.html"
    ],
    "homepage_url": "http:\/\/stkr.us"
}