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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |