Read Only
We read your rejections to make you happier
Read Only क्या है?
Read Only shirinanlen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We read your rejections to make you happier"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Only एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Read Only is a way to make the application process easier for candidates. We check your unread emails for rejection letters and use fun gifs and encouraging messages to brighten your day and embiggen your heart. Read Only - is a development that only reads your emails in browser to look for the right rejection patterns and never stores or sends any of your information out. Our goal is to shine over a dreadful process! :) A chrome extension from ~shirin anlen and Robert Morrissey. https://robertmorrissey.dev/ | https://shirin.works/
एक्सटेंशन की मूल जानकारी
नाम | Read Only |
ID | oojhhdobnhhjidcdbdjkfmfafdnddgij |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-only/oojhhdobnhhjidcdbdjkfmfafdnddgij |
विवरण | We read your rejections to make you happier |
फ़ाइल का आकार | 1.02 MB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2019-06-25 |
प्रकाशन तिथि | 2019-06-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | shirinanlen |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ElllGeeEmm/Read-Only-the-real-thing/blob/master/README.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "We read your rejections to make you happier", "version": "0.0.1", "name": "Read Only", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*", "http:\/\/mail.google.com\/mail\/*" ], "js": [ "content.bundle.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |