Testing Daily | The Tester's Home Page
Get the feed of the latest testing news.
¿Qué es Testing Daily | The Tester's Home Page?
Testing Daily | The Tester's Home Page es una extensión de Chrome desarrollada por https://selectorshub.com, y su función principal es "Get the feed of the latest testing news.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Testing Daily | The Tester's Home Page
Descarga archivos de extensión Testing Daily | The Tester's Home Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | Testing Daily | The Tester's Home Page |
ID | fpnceijpmnhdfjpgkaofcehohifomecd |
URL Oficial | https://chromewebstore.google.com/detail/testing-daily-the-testers/fpnceijpmnhdfjpgkaofcehohifomecd |
Descripción | Get the feed of the latest testing news. |
Tamaño del Archivo | 2.29 MB |
Cantidad de Instalaciones | 9,325 |
Versión Actual | 1.1.0.9 |
Última Actualización | 2024-01-23 |
Fecha de Publicación | 2022-11-08 |
Calificación | 4.95/5 Total de 147 Calificaciones |
Desarrollador | https://selectorshub.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://selectorshub.com/testing-daily/ |
URL de la Página de Ayuda | http://selectorshub.com/ |
URL de la Página de Política de Privacidad | https://selectorshub.com/privacy-policy |
Idiomas Soportados | 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" } } |