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.
Was ist STKR for Gmail?
STKR for Gmail ist eine Chrome-Erweiterung, die von https://www.stkr.us entwickelt wurde, und ihr Hauptmerkmal ist "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.".
Erweiterungsscreenshots
STKR for Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie STKR for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bcmilapdmdehgefigfepogkfgbfecaog |
Offizielle URL | https://chromewebstore.google.com/detail/stkr-for-gmail/bcmilapdmdehgefigfepogkfgbfecaog |
Beschreibung | Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email. |
Dateigröße | 24.93 KB |
Installationsanzahl | 163 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-07-28 |
Veröffentlichungsdatum | 2015-07-28 |
Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
Entwickler | https://www.stkr.us |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |