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;

Το STKR for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.stkr.us, και η κύρια λειτουργία του είναι "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης STKR for Gmail

Λήψη αρχείων επέκτασης STKR for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα STKR for Gmail STKR for Gmail
ID bcmilapdmdehgefigfepogkfgbfecaog
Επίσημο URL https://chromewebstore.google.com/detail/stkr-for-gmail/bcmilapdmdehgefigfepogkfgbfecaog
Περιγραφή Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.
Μέγεθος Αρχείου 24.93 KB
Αριθμός Εγκαταστάσεων 163
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-07-28
Ημερομηνία Δημοσίευσης 2015-07-28
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.stkr.us
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}