People To Notion

Save LinkedIn & Twitter profiles to your Notion in 1 click

People To Notionคืออะไร?

People To Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peopletonotion.com และคุณลักษณะหลักของมันคือ "Save LinkedIn & Twitter profiles to your Notion in 1 click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย People To Notion

ดาวน์โหลดไฟล์ส่วนขยาย People To Notion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save time. Add LinkedIn and Twitter profiles to Notion, with just one click. People to Notion lets you use Notion as a CRM, from LinkedIn to Notion automatically. Get the company, location, job title, and profile picture saved in your Notion database.

☑️ Automate

Automate the copy/pasting. Boost your productivity with our 1-click extension. Use our CRM template to get started even faster.
CRM in Notion:
Replace expensive Linkedin Sales Navigator, Hubspot, and other expensive CRMs. 
Use Notion for everything. Manage your leads, prospects, and contacts with Notion’s kanban or board views.

☑️ Email finder (coming soon)

Improve performance. Get a contact's email address and phone number directly in Notion with a click. This is ideal for your Sales team. 

☑️ Get started

People to Notion requires a Notion and LinkedIn account or Twitter account. 

People to Notion is not an official Notion or Linkedin / Twitter tool. Once you download our extension, you’ll be able to connect your chosen Notion database. 

You have up to 100 free credits per month to save profiles. 
Any question? Let us know at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ People To Notion People To Notion
ID mnefanhigbjeejlkhhmmnmbngimlmphc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/people-to-notion/mnefanhigbjeejlkhhmmnmbngimlmphc
คำอธิบาย Save LinkedIn & Twitter profiles to your Notion in 1 click
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.1.1.8
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2022-09-29
คะแนน 4.87/5 รวมทั้งหมด 208 คะแนน
ผู้พัฒนา https://peopletonotion.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://peopletonotion.com
URL หน้าช่วยเหลือ https://peopletonotion.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.peopletonotion.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "People To Notion",
    "description": "Save LinkedIn & Twitter profiles to your Notion in 1 click",
    "version": "0.1.1.8",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/wvcyqenqqdebyklxsgqg.supabase.co\/",
        "https:\/\/app.peopletonotion.com\/",
        "https:\/\/api.peopletonotion.com\/",
        "https:\/\/www.peopletonotion.com\/"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "icons": {
        "128": "extension-assets\/peopletonotion_logo_128.png"
    },
    "action": {
        "default_title": "PeopleToNotion",
        "default_icon": {
            "16": "extension-assets\/peopletonotion_logo_16.png"
        },
        "default_popup": "index.html#popup"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-script.ts.34791790.232a86c3.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "button.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "extension-assets\/button.html",
                "extension-assets\/button_twitter.html",
                "extension-assets\/notion_icon_64_64.png",
                "extension-assets\/notion_icon_64_64_no_bg.png",
                "extension-assets\/spinner_64.png",
                "index.html",
                "fonts\/PPEditorialNew-Regular.otf"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/content-script.ts.34791790.js"
            ],
            "use_dynamic_url": true
        }
    ]
}