Add to Needl

Needl.ai Chrome Extension

Add to Needlคืออะไร?

Add to Needl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://needl.ai และคุณลักษณะหลักของมันคือ "Needl.ai Chrome Extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Needl

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

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

                        Save any content from websites to your personal drive within a few clicks.

Needl.ai lets you add a part of any website or the entire web page in reader mode to your Needl Drive. This lets you save this public information for later use and add your input.

You can then add these web clips to your feeds, share them with your peers, add them to notes, and much more. Needl.ai auto-organizes this content and all the information you already have flowing in real-time in your account.

It is an AI-assisted information hub to connect, curate, and collaborate with your preferred apps and reliable information sources.

With Needl.ai, you can: 

1. Get all your digital information in one place
2. Never miss any critical information & get streaming updates about a topic with Curated Feeds
3. Find anything you saw, read, or came across with Universal Search
4. Discover actionable insights with Powerful Processing like the clip & convert, AI sentiment analysis of transcripts, tags, and much more
5. Assign priorities to your contacts to amplify the signal and reduce noise
6. Share and collaborate with your teams in a centralised manner
7. Embed content of a wide variety into a note. Add your insights on it

Download the extension and take a step toward structuring your information consumption!                    

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

ชื่อ Add to Needl Add to Needl
ID eelmiapllpahcalpjjljbhnjojcncfea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-needl/eelmiapllpahcalpjjljbhnjojcncfea
คำอธิบาย Needl.ai Chrome Extension
ขนาดไฟล์ 313 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2023-07-04
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://needl.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://needl.ai/
URL หน้าช่วยเหลือ https://support.needl.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.needl.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Needl",
    "description": "Needl.ai Chrome Extension",
    "version": "1.1.6",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Add to Needl",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts-0aceea1c-e71ab2fc.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/MessageConstants-1b10b4c5.js",
                "assets\/index.ts-0aceea1c.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.idatagenie.com\/*",
            "https:\/\/*.needl.ai\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}