TechieRank - GitHub & Stack Overflow ranker
Check Techies' GitHub or Stack Overflow ranking
¿Qué es TechieRank - GitHub & Stack Overflow ranker?
TechieRank - GitHub & Stack Overflow ranker es una extensión de Chrome desarrollada por https://techierank.com, y su función principal es "Check Techies' GitHub or Stack Overflow ranking".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TechieRank - GitHub & Stack Overflow ranker
Descarga archivos de extensión TechieRank - GitHub & Stack Overflow ranker 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
Check any developer's ranking and soft skills. Get TechieRank's free Chrome Extension to check the rank and soft skills of any GitHub or Stack Overflow profile you find on the web. Just visit anyone's GitHub or Stack Overflow profile and click the flashing TechieRank icon and get their rank instantly e.g. "user is within the top 14% of GitHub developers". We believe skill is more important than accolades. That's why employers rely on us for peace of mind knowing they have top talent.
Información Básica de la Extensión
Nombre | TechieRank - GitHub & Stack Overflow ranker |
ID | hafpijmdkicjolibafkgekojggaaicid |
URL Oficial | https://chromewebstore.google.com/detail/techierank-github-stack-o/hafpijmdkicjolibafkgekojggaaicid |
Descripción | Check Techies' GitHub or Stack Overflow ranking |
Tamaño del Archivo | 925 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 2.0.8 |
Última Actualización | 2022-05-23 |
Fecha de Publicación | 2021-05-15 |
Desarrollador | https://techierank.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://techierank.com |
URL de la Página de Ayuda | https://techierank.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TechieRank - GitHub & Stack Overflow ranker", "author": "Reputationaire", "version": "2.0.8", "description": "Check Techies' GitHub or Stack Overflow ranking", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/stackoverflow.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "index.html", "default_title": "TechieRank", "default_icon": { "16": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-16x16.png", "32": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-32x32.png", "48": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-48x48.png", "128": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon.ico" } }, "icons": { "16": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-16x16.png", "32": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-32x32.png", "48": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-48x48.png", "128": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon.ico" }, "permissions": [ "identity", "tabs", "declarativeContent", "notifications" ] } |