TechieRank - GitHub & Stack Overflow ranker
Check Techies' GitHub or Stack Overflow ranking
Wat is TechieRank - GitHub & Stack Overflow ranker?
TechieRank - GitHub & Stack Overflow ranker is een Chrome-extensie ontwikkeld door https://techierank.com, en de belangrijkste functie is "Check Techies' GitHub or Stack Overflow ranking".
Extensie Screenshots
Download het CRX-bestand van de extensie TechieRank - GitHub & Stack Overflow ranker
Download TechieRank - GitHub & Stack Overflow ranker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TechieRank - GitHub & Stack Overflow ranker |
ID | hafpijmdkicjolibafkgekojggaaicid |
Officiële URL | https://chromewebstore.google.com/detail/techierank-github-stack-o/hafpijmdkicjolibafkgekojggaaicid |
Beschrijving | Check Techies' GitHub or Stack Overflow ranking |
Bestandsgrootte | 925 KB |
Aantal Installaties | 39 |
Huidige Versie | 2.0.8 |
Laatst Bijgewerkt | 2022-05-23 |
Publicatiedatum | 2021-05-15 |
Ontwikkelaar | https://techierank.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://techierank.com |
Help Pagina-URL | https://techierank.com |
Ondersteunde Talen | 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" ] } |