BRIALO - OpenAI GPT LinkedIn Post Scrapper

Extract the most active Linkedin active users from any Linkedin post and send them a connection request.

Τι είναι το BRIALO - OpenAI GPT LinkedIn Post Scrapper;

Το BRIALO - OpenAI GPT LinkedIn Post Scrapper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getbrialo.io, και η κύρια λειτουργία του είναι "Extract the most active Linkedin active users from any Linkedin post and send them a connection request.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BRIALO - OpenAI GPT LinkedIn Post Scrapper

Λήψη αρχείων επέκτασης BRIALO - OpenAI GPT LinkedIn Post Scrapper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Turbocharge your presence on LinkedIn by connecting with the platform's most engaged users.

One can extract the profiles of those who have liked or commented on a LinkedIn post and send them connection requests.

A crucial element in expanding your personal brand on LinkedIn is to connect with active and engaging users on the platform.

-  Fetch any personal or company post
-  Fetch profiles of those who liked or commented OR both from that post
-  Filter them based on the connection degree, keywords and activity 
-  Send them a personalized connection request

 Install this extension and add those active connections to your LinkedIn profile.

Important Disclaimer (!): BRIALO is not endorsed by or affiliated with the LinkedIn Corporation, registered in the U.S. and other countries. LinkedIn is a trademark of the LinkedIn Corporation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BRIALO - OpenAI GPT LinkedIn Post Scrapper BRIALO - OpenAI GPT LinkedIn Post Scrapper
ID jmapgdmcamlapgpedipfadnjbjofffle
Επίσημο URL https://chromewebstore.google.com/detail/brialo-openai-gpt-linkedi/jmapgdmcamlapgpedipfadnjbjofffle
Περιγραφή Extract the most active Linkedin active users from any Linkedin post and send them a connection request.
Μέγεθος Αρχείου 1.87 MB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2024-01-19
Ημερομηνία Δημοσίευσης 2023-08-18
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://getbrialo.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getbrialo.io
Διεύθυνση URL της Σελίδας Βοήθειας https://getbrialo.io
URL της Σελίδας Πολιτικής Απορρήτου https://getbrialo.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BRIALO - OpenAI GPT LinkedIn Post Scrapper",
    "version": "1.1.4",
    "description": "Extract the most active Linkedin active users from any Linkedin post and send them a connection request.",
    "incognito": "split",
    "action": {
        "default_popup": "popup.html",
        "default_title": "BRIALO - OpenAI GPT LinkedIn Post Scrapper"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.getbrialo.io\/",
        "https:\/\/linkedinbackend.azurewebsites.net\/api\/*",
        "https:\/\/localhost:44341\/api\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/brialo-dev.vercel.app\/*",
        "https:\/\/linkedinbackendtest.azurewebsites.net\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.getbrialo.io\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/brialo-dev.vercel.app\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}