Save Twitter&Linkedin People to Notion CRM

Import Twitter and LinkedIn contact information to Notion CRM with one click, streamlining CRM processes.

Save Twitter&Linkedin People to Notion CRM क्या है?

Save Twitter&Linkedin People to Notion CRM https://chatgpt2notion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import Twitter and LinkedIn contact information to Notion CRM with one click, streamlining CRM processes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save Twitter&Linkedin People to Notion CRM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Plugin Description:
This plugin is designed to assist social media managers and sales professionals in efficiently managing their customer relationships. By importing contact information from Twitter and LinkedIn into Notion CRM with a single click, users can easily track and maintain customer communication records, optimize their sales pipeline, and enhance productivity. Installing this extension means you can manage all critical customer information in one centralized location, making CRM processes more efficient and organized. Whether you're looking for ways to improve your CRM workflows or want to strengthen customer connections through better data integration, this plugin is an invaluable tool for you.

Update Log:
February 27, 2024:
New Feature: Now supports saving user information from both Twitter and LinkedIn simultaneously.                    

एक्सटेंशन की मूल जानकारी

नाम Save Twitter&Linkedin People to Notion CRM Save Twitter&Linkedin People to Notion CRM
ID fjhnpnojmkagocpmdpjpdjfipfcljfib
आधिकारिक URL https://chromewebstore.google.com/detail/save-twitterlinkedin-peop/fjhnpnojmkagocpmdpjpdjfipfcljfib
विवरण Import Twitter and LinkedIn contact information to Notion CRM with one click, streamlining CRM processes.
फ़ाइल का आकार 461 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-07-29
डेवलपर https://chatgpt2notion.com
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812
समर्थित भाषाएँ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.7.0",
    "author": "aluojack",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "utils.6d32a8fe.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in*"
            ],
            "js": [
                "inline2.c18d66c2.js"
            ],
            "css": [
                "inline2.ee717fd5.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "inline.abf9e68b.js"
            ],
            "css": [
                "inline2.ee717fd5.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chatgptsave.notion.site\/Twitter-to-Notion-redict-4c2129e44927476687ab08c6a7c97350*"
            ],
            "js": [
                "auth.024e4a87.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/api.notion.com\/*",
        "https:\/\/*.chatgpt2notion.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/www.linkedin.com\/in*",
        "https:\/\/chatgptsave.notion.site\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "inline2.c728a697.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "inline2.c728a697.css"
            ]
        }
    ]
}