Poked - LinkedIn CRM and Messaging for Pros
Organize your LinkedIn connections and messages: Create lists, notes, make deep searches, automate messaging, export data, and more.
Τι είναι το Poked - LinkedIn CRM and Messaging for Pros;
Το Poked - LinkedIn CRM and Messaging for Pros είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pokedhq.com, και η κύρια λειτουργία του είναι "Organize your LinkedIn connections and messages: Create lists, notes, make deep searches, automate messaging, export data, and more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Poked - LinkedIn CRM and Messaging for Pros
Λήψη αρχείων επέκτασης Poked - LinkedIn CRM and Messaging for Pros σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Poked is a LinkedIn CRM and Inbox designed to help you organize your professional network.
Getting work done on LinkedIn is hard: Attention-grabbing posts, clumsy interface, slow browsing: Professionals who want to network, sell, or hire, deserve a better way to organize their professional network.
■ Your LinkedIn contacts relationship manager (CRM)
Browse your 1st-degree contacts in a beautiful and fast interface, scrape your LinkedIn contacts, and use advanced filters to understand your network.
🆓 Tags. Tag your LinkedIn contacts into lists.
🔎 Search. Use up to 18 filters to explore your network in-depth.
🗒️ Notes. Take personal notes on your interactions with other LinkedIn users.
💾 Export. Easily export your contacts’ complete data to CSV or JSON.
♻️ Bulk-disconnect. Clean your network and remove 100s of connections quickly.
■ Organize your LinkedIn Inbox in a Gmail-like interface
Do all your LinkedIn messaging in a Gmail-like interface, allowing you to focus on work and process your messages more efficiently.
📨 LinkedIn Bulk Message. Reach out efficiently to your 1st-degree contacts.
🗑️ Bulk archive. Clean your LinkedIn inbox once and for all by archiving all your conversations in a couple of clicks.
📂 Folders. Organize your LinkedIn inbox into folders.
🗓️ Snooze. Keep a clean inbox by snoozing your LinkedIn messages.
📅 Schedule DMs. Schedule your follow-ups to be sent at a later date.
⚡ Filters. Quick access messages that require your attention.
■ Start winning at LinkedIn: Get started today !
1. Download the Chrome extension.
2. Create a (free) Poked account. No credit card required.
3. Connect your LinkedIn account in Poked.
4. See all your messages and contacts in a new interface immediately!
🆓 Free plan vs Premium plan
Poked is Free (forever) for any basic LinkedIn actions. Bulk actions, such as bulk messaging, disconnecting, or archiving, are premium features. 14-day free trial no credit card required.
⚖️ GDPR & Privacy
As a French company, Poked applies GDPR by default. Any account and related data will be deleted within 24h upon request. We do not sell your data to any 3rd-party and never will.
📍 Alternative to
Poked solves similar issues as products such as Waalaxy, Folk, LeadDelta, GetDex, with an emphasis on the LinkedIn 1st-degree network only and beautiful and fast design.
ℹ️ More information
🔗 Official website: https://www.pokedhq.com/
🔗 Use-cases. https://www.pokedhq.com/how-to
🔗 Pricing: https://www.pokedhq.com/pricing
🔗 Help center: https://help.pokedhq.com/
Reach out to Poked’s Support if anything.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | cbeoaifhldmaldbakgpgbhdiekhjonfb | 
| Επίσημο URL | https://chromewebstore.google.com/detail/poked-linkedin-crm-and-me/cbeoaifhldmaldbakgpgbhdiekhjonfb | 
| Περιγραφή | Organize your LinkedIn connections and messages: Create lists, notes, make deep searches, automate messaging, export data, and more. | 
| Μέγεθος Αρχείου | 15.04 KB | 
| Αριθμός Εγκαταστάσεων | 497 | 
| Τρέχουσα Έκδοση | 2.3.1 | 
| Τελευταία Ενημέρωση | 2024-03-05 | 
| Ημερομηνία Δημοσίευσης | 2023-02-13 | 
| Αξιολόγηση | 5.00/5 Συνολικά 16 Αξιολογήσεις | 
| Προγραμματιστής | https://pokedhq.com | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Ιστότοπος Επέκτασης | https://pokedhq.com/ | 
| Διεύθυνση URL της Σελίδας Βοήθειας | https://help.pokedhq.com/ | 
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.pokedhq.com/terms-of-service | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poked - LinkedIn CRM and Messaging for Pros",
    "version": "2.3.1",
    "description": "Organize your LinkedIn connections and messages: Create lists, notes, make deep searches, automate messaging, export data, and more.",
    "background": {
        "service_worker": "src\/background\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Poked app"
    },
    "permissions": [
        "cookies",
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.pokedhq.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "src\/content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/embed\/embed.html"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.pokedhq.com\/*"
        ]
    }
}  |  |