Polywork for Twitter
A browser extension to turn Twitter into a Collaboration Network
What is Polywork for Twitter?
Polywork for Twitter is a Chrome extension developed by https://polywork.com, and its main feature is "A browser extension to turn Twitter into a Collaboration Network".
Extension Screenshots
Download Polywork for Twitter Extension CRX File
Download Polywork for Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Want to discover what your Twitter network wants to collaborate on? Interested in finding people to partner on your side project, or seeing who in your Twitter network is open to speaking on podcasts or angel investing? Polywork for Twitter browser extension makes it possible to see what everyone on Twitter wants to collaborate on, right on their Twitter profile. Here’s how it works: 1. Sign up for a Polywork account and grab your poly.me page. 2. Install the Polywork for Twitter browser extension. 3. Head back to Twitter and discover opportunities to collaborate with Twitter users you love to follow – and share what you’d like to collaborate on, too! Your dream collaboration is just a download away.
Extension Basic Information
Name | Polywork for Twitter |
ID | cbomeonlbafdkljihnmhkgkjojmenmci |
Official URL | https://chromewebstore.google.com/detail/polywork-for-twitter/cbomeonlbafdkljihnmhkgkjojmenmci |
Description | A browser extension to turn Twitter into a Collaboration Network |
File Size | 23.33 KB |
Installation Count | 590 |
Current Version | 0.4.0 |
Last Updated | 2022-11-28 |
Publish Date | 2022-10-18 |
Rating | 4.95/5 Total 21 Ratings |
Developer | https://polywork.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.polywork.com |
Help Page URL | https://support.polywork.com |
Privacy Policy Page URL | https://www.polywork.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Polywork for Twitter", "description": "A browser extension to turn Twitter into a Collaboration Network", "homepage_url": "https:\/\/www.polywork.com\/", "version": "0.4.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ ".\/polywork-twitter.js" ] } ], "host_permissions": [ "https:\/\/www.polywork.com\/*" ], "background": { "service_worker": ".\/polywork-background.js" } } |