Charli Web Clipper

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

O que é Charli Web Clipper?

Charli Web Clipper é uma extensão do Chrome desenvolvida por Charli AI, e sua principal característica é "Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Charli Web Clipper

Baixe arquivos de extensão Charli Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Charli Web Clipper Charli Web Clipper
ID pcciicjoadbodibdhkngcghmkeblmcmo
URL Oficial https://chromewebstore.google.com/detail/charli-web-clipper/pcciicjoadbodibdhkngcghmkeblmcmo
Descrição Ditch the bookmarks bar. Clip links. Add tags. Get organized. All your content, managed in one place.
Tamanho do Arquivo 379 KB
Contagem de Instalações 133
Versão Atual 1.1.17
Última Atualização 2024-03-01
Data de Publicação 2021-02-01
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Charli AI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.charli.ai
URL da Página de Ajuda https://support.charli.ai/
URL da Página de Política de Privacidade https://www.charli.ai/privacy-policy
Idiomas Suportados 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"
        ]
    }
}