Twitter Intro Finder

Getting the perfect intro from followers of people that are also following you.

Was ist Twitter Intro Finder?

Twitter Intro Finder ist eine Chrome-Erweiterung, die von hakimboum406 entwickelt wurde, und ihr Hauptmerkmal ist "Getting the perfect intro from followers of people that are also following you.".

Erweiterungsscreenshots

screenshot

Twitter Intro Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter Intro Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Twitter Intro Finder Twitter Intro Finder
ID dpalgnepdnaojnaljmioioopldaakaea
Offizielle URL https://chromewebstore.google.com/detail/twitter-intro-finder/dpalgnepdnaojnaljmioioopldaakaea
Beschreibung Getting the perfect intro from followers of people that are also following you.
Dateigröße 376 KB
Installationsanzahl 41
Aktuelle Version 0.3
Letztes Update 2023-04-17
Veröffentlichungsdatum 2022-07-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler hakimboum406
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.privacypolicygenerator.info/live.php?token=6gy7u3RT5yvMfNrKBNYpHEol4xhpR7Ut
Unterstützte Sprachen 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"
    ]
}