Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talently - find software developer in a tap", "version": "2.1.23", "description": "Upwork, Fiverr, and TopTal alternative: find trusted remote software engineers and App developers in a click", "permissions": [ "tabs", "storage", "sidePanel" ], "background": { "service_worker": "service-worker.js" }, "icons": { "128": "images\/icon.png" }, "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Click to open panel" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-styles\/upstaff-ext-content.css" ], "matches": [ "<all_urls>" ] } ] }