Twitter Intro Finder
Getting the perfect intro from followers of people that are also following you.
什麼是Twitter Intro Finder?
Twitter Intro Finder是由hakimboum406開發的Chrome擴展程式,該擴展的主要功能是“Getting the perfect intro from followers of people that are also following you.”。
擴展截圖
下載Twitter Intro Finder擴展crx文件
下載Twitter Intro Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When I see someone on Twitter that I want to reach out to (the 'target') you usually want to do so via a great intro. But how do I know who to ask? Currently, the only way to see how you're connected to someone on Twitter is through which people you follow also follow that person. But what you actually want is to get an intro from: (1) someone who the target follows and (2) someone who's following you If someone is following me that means I easily can ask for a good intro. And if the target is following that person that means that they’ll be very likely to take the intro. This extension tells you exactly who to reach out to for a maximally successful intro!
擴展基本資訊
名稱 | Twitter Intro Finder |
ID | dpalgnepdnaojnaljmioioopldaakaea |
官方網址 | https://chromewebstore.google.com/detail/twitter-intro-finder/dpalgnepdnaojnaljmioioopldaakaea |
簡介 | Getting the perfect intro from followers of people that are also following you. |
檔案大小 | 376 KB |
安裝次數 | 41 |
目前版本 | 0.3 |
更新時間 | 2023-04-17 |
上架時間 | 2022-07-02 |
評分 | 5.00/5 共 2 次評分 |
開發者 | hakimboum406 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.privacypolicygenerator.info/live.php?token=6gy7u3RT5yvMfNrKBNYpHEol4xhpR7Ut |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Intro Finder", "description": "Getting the perfect intro from followers of people that are also following you.", "version": "0.3", "manifest_version": 3, "icons": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }, "permissions": [ "activeTab" ] } |