n-crm: Notion CRM sync with LinkedIn

n-crm is the Ultimate Chrome Extension for Notion & LinkedIn Synchronization 🌟

Τι είναι το n-crm: Notion CRM sync with LinkedIn;

Το n-crm: Notion CRM sync with LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thomas CLEMENT, και η κύρια λειτουργία του είναι "n-crm is the Ultimate Chrome Extension for Notion & LinkedIn Synchronization 🌟".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης n-crm: Notion CRM sync with LinkedIn

Λήψη αρχείων επέκτασης n-crm: Notion CRM sync with LinkedIn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        🚀 Syncing, Not Sinking:
Dive into the future of CRM where N-CRM effortlessly synchronizes your LinkedIn connections directly into your Notion workspace. No more manual data entry, no more switching between tabs - just pure, unadulterated productivity.

📈 Optimize Your Outreach:
Whether you're into sales, networking, recruitment, influence, or fundraising, N-CRM is your go-to tool. Manage all your contacts in one centralized Notion CRM, and watch as 'busy work' becomes 'done work'.

🔗 Seamless Integration:
Add contacts, take notes, create tasks, and close deals without ever leaving LinkedIn. N-CRM's Chrome extension is the bridge that turns your LinkedIn interactions into actionable items in Notion - all in real-time.

🛠️ Customize Your CRM Experience:
Make N-CRM your own with customization options that let you tailor it to your workflow. With dedicated pipelines and a suite of integrations, you have the freedom to build a CRM that adapts to you, not the other way around.

🔍 Effortless Organization:
From filters and sorting to building dashboards, N-CRM turns Notion into a command center for your business. Manage your opportunities, visualize your progress, and stay ahead of the game.

💡 Simplicity Meets Power:
Try all these features for free, with no credit card required. Our pricing plans are as straightforward as Notion itself, designed to grow with your business. Start with 10 contacts for free or go unlimited with our Plus plan.

N-CRM isn't just an extension; it's an evolution of how you manage your professional relationships. Join the revolution and save 4+ hours each week - that's time you can reinvest in growing your business, your network, and your influence.                    

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

Όνομα n-crm: Notion CRM sync with LinkedIn n-crm: Notion CRM sync with LinkedIn
ID gelgoaopfcabbigaimoeojnhbcijoalk
Επίσημο URL https://chromewebstore.google.com/detail/n-crm-notion-crm-sync-wit/gelgoaopfcabbigaimoeojnhbcijoalk
Περιγραφή n-crm is the Ultimate Chrome Extension for Notion & LinkedIn Synchronization 🌟
Μέγεθος Αρχείου 1.91 MB
Αριθμός Εγκαταστάσεων 418
Τρέχουσα Έκδοση 1.9.39
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2023-01-02
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Thomas CLEMENT
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.linkedin.com/in/thomas-clmnt/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.linkedin.com/in/thomas-clmnt/
URL της Σελίδας Πολιτικής Απορρήτου https://nolicorne.notion.site/n-crm-User-Data-Privacy-10e19b1a433546228114f132d3bfc1d5
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "n-crm: Notion CRM sync with LinkedIn",
    "description": "n-crm is the Ultimate Chrome Extension for Notion & LinkedIn Synchronization \ud83c\udf1f",
    "version": "1.9.39",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/n-crm-16.png",
        "32": ".\/n-crm-32.png",
        "48": ".\/n-crm-48.png",
        "128": ".\/n-crm-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/css\/main.css"
            ]
        }
    ],
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/n-crm-redirect.vercel.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "https:\/\/n-crm-redirect.vercel.app\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}