plugilo

plugilo optimizes your bookmarks and guides you through the web

O que é plugilo?

plugilo é uma extensão do Chrome desenvolvida por https://plugilo.com, e sua principal característica é "plugilo optimizes your bookmarks and guides you through the web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão plugilo

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

                        plugilo is a unique combination of internet directory, bookmarking solution and content network.

All the information you need already exists on the Internet - the only question is where and how to use it effectively. Researching and filtering for relevant information is cumbersome and time consuming. There is an information chaos with countless websites without certainty for accuracy and without uniform data structures. Search engines prioritize the results according to their own logic, which could be prepared by industry specialists much better and more targeted.

plugilo revolutionizes the organization of data and provides apps that are fixed to the user in the browser, be anchored in the mobile phone or on the homepage. In addition, highlights and relevant websites can be selected and their own bookmarks organized. Industry specialists present target group-specific theme worlds, making navigation on the Internet much easier. plugilo provides an innovative solution to deal with the daily flood of information and will also enable automatic data exchange for business applications.

plugilo Inc. / DCI AG

SAVE CONTENT LINK WITH JUST A SIMPLE WAY
- Click the Plugilo button in the browser toolbar

EASY TO CREATE A NEW LIST
- In extension popup, click the "Create new list" button to create a new list quickly

READ SAVED CONTENT LINKS ON PLUGILO NETWORK
- In extension popup, click the Plugilo icon at the top bar to explore Plugilo network
- In extension popup, Hover and click the "Open List" button besides List name to see all list content                    

Informações Básicas da Extensão

Nome plugilo plugilo
ID hkfgkcjmohhngcmkcdohhapbnkfigedm
URL Oficial https://chromewebstore.google.com/detail/plugilo/hkfgkcjmohhngcmkcdohhapbnkfigedm
Descrição plugilo optimizes your bookmarks and guides you through the web
Tamanho do Arquivo 344 KB
Contagem de Instalações 142
Versão Atual 3.4.8
Última Atualização 2024-01-31
Data de Publicação 2020-06-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://plugilo.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://plugilo.com
URL da Página de Ajuda https://www.plugilo.info/kontakt-1
URL da Página de Política de Privacidade https://plugilo.com/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "plugilo",
    "manifest_version": 3,
    "name": "plugilo",
    "description": "plugilo optimizes your bookmarks and guides you through the web",
    "version": "3.4.8",
    "action": {
        "default_icon": "images\/icon-16.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "exclude_matches": [
                "*:\/\/*.plugilo.com\/*",
                "*:\/\/*.plugilo.de\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScriptSidebarChecker.js"
            ],
            "exclude_matches": [
                "*:\/\/*.plugilo.com\/*",
                "*:\/\/*.plugilo.de\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png",
        "1024": "images\/icon-1024.png"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo_plugilo_black.svg",
                "frame.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}