LI Folders

A extension to organize your linkedin posts

O que é LI Folders?

LI Folders é uma extensão do Chrome desenvolvida por li-folders-nanlabs, e sua principal característica é "A extension to organize your linkedin posts".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LI Folders

Baixe arquivos de extensão LI Folders 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

                        Have you ever felt like your saved LinkedIn posts are buried in a digital junk drawer? You know they're in there somewhere, but finding them feels like a game of hide-and-seek with no end in sight.

That's where LI Folders comes in - we're the Marie Kondo of your LinkedIn content (she’s a famous organizer if you didn’t know).

Declutter your saved posts and organize them into tidy little folders that spark joy. Say goodbye to digital clutter and hello to a more efficient and enjoyable LinkedIn experience.

P.S. LI Folders is a self-funded team of 1 so I'm pumped you're considering using it. If you have any feedback or just want to say hi, shoot me an email at [email protected]. I reply to everyone.                    

Informações Básicas da Extensão

Nome LI Folders LI Folders
ID kaoldoegfkjkihpfmnlijajofdpbeklp
URL Oficial https://chromewebstore.google.com/detail/li-folders/kaoldoegfkjkihpfmnlijajofdpbeklp
Descrição A extension to organize your linkedin posts
Tamanho do Arquivo 977 KB
Contagem de Instalações 82
Versão Atual 0.10.2
Última Atualização 2023-10-21
Data de Publicação 2023-09-11
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor li-folders-nanlabs
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.lifolders.com/
URL da Página de Política de Privacidade https://docs.google.com/document/d/1nKCU40p2pP-26Dh7okP4XalSke6y-ix9ajMvOsGUIf4/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LI Folders",
    "version": "0.10.2",
    "description": "A extension to organize your linkedin posts",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/png\/*.png",
                "icon-34.png",
                "icon-128.png",
                "src\/iframe\/index.html"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}