plugilo

plugilo optimizes your bookmarks and guides you through the web

plugilo란 무엇입니까?

plugilo은(는) https://plugilo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "plugilo optimizes your bookmarks and guides you through the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

plugilo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 plugilo plugilo
ID hkfgkcjmohhngcmkcdohhapbnkfigedm
공식 URL https://chromewebstore.google.com/detail/plugilo/hkfgkcjmohhngcmkcdohhapbnkfigedm
설명 plugilo optimizes your bookmarks and guides you through the web
파일 크기 344 KB
설치 횟수 142
현재 버전 3.4.8
최근 업데이트 2024-01-31
출시 날짜 2020-06-28
평점 5.00/5 총 1 개의 평점
개발자 https://plugilo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://plugilo.com
도움말 페이지 URL https://www.plugilo.info/kontakt-1
개인정보 보호 정책 페이지 URL https://plugilo.com/policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}