thanks.io
Easily send handwritten postcards, letters, and notecards through thanks.io
thanks.io क्या है?
thanks.io https://thanks.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily send handwritten postcards, letters, and notecards through thanks.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में thanks.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thanks.io allows you to easily send postcards & letters to your contacts. Our chrome extension automatically finds addresses on websites you visit & allows you easy 1 click sending to those addresses. You can now also add these addresses to your mailing lists with this update.
एक्सटेंशन की मूल जानकारी
नाम | thanks.io |
ID | pmghhbcidenacjapeocgagkkaffnbfdd |
आधिकारिक URL | https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd |
विवरण | Easily send handwritten postcards, letters, and notecards through thanks.io |
फ़ाइल का आकार | 5.3 MB |
स्थापना संख्या | 674 |
वर्तमान संस्करण | 4.2 |
अंतिम अपडेट | 2020-12-28 |
प्रकाशन तिथि | 2020-04-09 |
डेवलपर | https://thanks.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thanks.io/ |
सहायता पृष्ठ URL | http://help.thanks.io |
गोपनीयता नीति पृष्ठ URL | https://www.thanks.io/policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "thanks.io", "description": "Easily send handwritten postcards, letters, and notecards through thanks.io", "homepage_url": "https:\/\/thanks.io", "version": "4.2", "background": { "persistent": false, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_idle", "all_frames": false, "matches": [ " |