Testing Daily | The Tester's Home Page
Get the feed of the latest testing news.
Testing Daily | The Tester's Home Page क्या है?
Testing Daily | The Tester's Home Page https://selectorshub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the feed of the latest testing news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Testing Daily | The Tester's Home Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Testing Daily is the Tester's home page which list down all the latest trending blogs, tutorials and news related to testing in the blank new tab. How to use Testing Daily plugin? 1- Add to Browser. 2- Now open new tab to get the Latest Testing Updates. Wow!! You are all set, Enjoy using the Testing Daily and keep yourself updated with all the latest testing news. If you don't want to see it every time in new tab, you can pause it as well. Video Tutorial- https://www.youtube.com/watch?v=ldO6wn7EZQg Why give it a try? Stay up-to-date with zero effort. Free forever. No sign up needed. Active Testing community To learn more about Testing Daily, please checkout product page- https://www.selectorshub.com/testing-daily/ If you have any query, please write us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Testing Daily | The Tester's Home Page |
ID | fpnceijpmnhdfjpgkaofcehohifomecd |
आधिकारिक URL | https://chromewebstore.google.com/detail/testing-daily-the-testers/fpnceijpmnhdfjpgkaofcehohifomecd |
विवरण | Get the feed of the latest testing news. |
फ़ाइल का आकार | 2.29 MB |
स्थापना संख्या | 9,325 |
वर्तमान संस्करण | 1.1.0.9 |
अंतिम अपडेट | 2024-01-23 |
प्रकाशन तिथि | 2022-11-08 |
रेटिंग | 4.95/5 कुल 147 रेटिंग्स |
डेवलपर | https://selectorshub.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://selectorshub.com/testing-daily/ |
सहायता पृष्ठ URL | http://selectorshub.com/ |
गोपनीयता नीति पृष्ठ URL | https://selectorshub.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Testing Daily | The Tester's Home Page", "description": "Get the feed of the latest testing news.", "version": "1.1.0.9", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Testing Daily" }, "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*.testingdaily.info\/*", "https:\/\/*.testcasehub.net\/*" ], "icons": { "128": "logo\/128.png", "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "96": "logo\/48.png" } } |