Charli Web Clipper

Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place.

Charli Web Clipper란 무엇입니까?

Charli Web Clipper은(는) Charli AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Charli Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Charli is the hub for all your content. Supercharge your research and ditch the bookmarks bar. Keep web links organized and easily accessible
 

Use your Charli extension to save important links, add #tags and notes, and never worry about losing that important bookmark again. 

Just like your Charli app, the extension organizes and manages content for you, making it easier to find stuff faster when and where you need it. 

Charli web clipper allows you to:
Group bookmarks into smart collections
Save links, photos, and contracts for a single project
Clip links from across the internet, add #tags and notes to make them easily searchable
Tagging links gives you one system to manage all types of content within Charli
Collect marketing inspiration, important competitive research, links to send to vendors, or clients

From conducting research to sharing web links, Charli browser extension optimizes processes and lets you stay organized.                    

확장 프로그램 기본 정보

이름 Charli Web Clipper Charli Web Clipper
ID pcciicjoadbodibdhkngcghmkeblmcmo
공식 URL https://chromewebstore.google.com/detail/charli-web-clipper/pcciicjoadbodibdhkngcghmkeblmcmo
설명 Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place.
파일 크기 379 KB
설치 횟수 133
현재 버전 1.1.17
최근 업데이트 2024-03-01
출시 날짜 2021-02-01
평점 5.00/5 총 4 개의 평점
개발자 Charli AI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.charli.ai
도움말 페이지 URL https://support.charli.ai/
개인정보 보호 정책 페이지 URL https://www.charli.ai/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Charli Web Clipper",
    "version": "1.1.17",
    "manifest_version": 3,
    "description": "Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place.",
    "permissions": [
        "activeTab",
        "identity"
    ],
    "action": {
        "default_icon": {
            "16": "default_icon_16.png",
            "24": "default_icon_24.png",
            "32": "default_icon_32.png",
            "48": "default_icon_48.png",
            "128": "default_icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "default_icon_16.png",
        "24": "default_icon_24.png",
        "32": "default_icon_32.png",
        "48": "default_icon_48.png",
        "128": "default_icon_128.png"
    },
    "host_permissions": [
        "https:\/\/app-development.charli.ai\/*",
        "https:\/\/app.charli.ai\/*",
        "https:\/\/api.charli.ai\/api\/*"
    ],
    "oauth2": {
        "client_id": "19801138989-e03oqvm2hikkvci1aakghog3nead9o3n.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    }
}