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 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."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में STKR for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |