Polywork for Twitter
A browser extension to turn Twitter into a Collaboration Network
Cos'è Polywork for Twitter?
Polywork for Twitter è un'estensione di Chrome sviluppata da https://polywork.com, e la sua funzione principale è "A browser extension to turn Twitter into a Collaboration Network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Polywork for Twitter
Scarica i file di estensione Polywork for Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Polywork for Twitter |
ID | cbomeonlbafdkljihnmhkgkjojmenmci |
URL Ufficiale | https://chromewebstore.google.com/detail/polywork-for-twitter/cbomeonlbafdkljihnmhkgkjojmenmci |
Descrizione | A browser extension to turn Twitter into a Collaboration Network |
Dimensione del File | 23.33 KB |
Conteggio Installazioni | 590 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2022-11-28 |
Data di Pubblicazione | 2022-10-18 |
Valutazione | 4.95/5 Totale 21 Valutazioni |
Sviluppatore | https://polywork.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.polywork.com |
URL della Pagina di Aiuto | https://support.polywork.com |
URL della Pagina della Politica sulla Privacy | https://www.polywork.com/privacy |
Lingue Supportate | 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" } } |