Polywork for Twitter
A browser extension to turn Twitter into a Collaboration Network
Polywork for Twitterとは何ですか?
Polywork for Twitterはhttps://polywork.comによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to turn Twitter into a Collaboration Network」です。
拡張機能のスクリーンショット
Polywork for Twitter拡張機能のCRXファイルをダウンロード
Polywork for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Polywork for Twitter |
ID | cbomeonlbafdkljihnmhkgkjojmenmci |
公式URL | https://chromewebstore.google.com/detail/polywork-for-twitter/cbomeonlbafdkljihnmhkgkjojmenmci |
説明 | A browser extension to turn Twitter into a Collaboration Network |
ファイルサイズ | 23.33 KB |
インストール数 | 590 |
現在のバージョン | 0.4.0 |
最終更新日 | 2022-11-28 |
公開日 | 2022-10-18 |
評価 | 4.95/5 合計 21 レビュー |
開発者 | https://polywork.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.polywork.com |
ヘルプページのURL | https://support.polywork.com |
プライバシーポリシーページのURL | https://www.polywork.com/privacy |
対応言語 | 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" } } |