Twitter Intro Finder
Getting the perfect intro from followers of people that are also following you.
¿Qué es Twitter Intro Finder?
Twitter Intro Finder es una extensión de Chrome desarrollada por hakimboum406, y su función principal es "Getting the perfect intro from followers of people that are also following you.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitter Intro Finder
Descarga archivos de extensión Twitter Intro Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Twitter Intro Finder |
ID | dpalgnepdnaojnaljmioioopldaakaea |
URL Oficial | https://chromewebstore.google.com/detail/twitter-intro-finder/dpalgnepdnaojnaljmioioopldaakaea |
Descripción | Getting the perfect intro from followers of people that are also following you. |
Tamaño del Archivo | 376 KB |
Cantidad de Instalaciones | 41 |
Versión Actual | 0.3 |
Última Actualización | 2023-04-17 |
Fecha de Publicación | 2022-07-02 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | hakimboum406 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.privacypolicygenerator.info/live.php?token=6gy7u3RT5yvMfNrKBNYpHEol4xhpR7Ut |
Idiomas Soportados | 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" ] } |