plugilo

plugilo optimizes your bookmarks and guides you through the web

Τι είναι το plugilo;

Το plugilo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://plugilo.com, και η κύρια λειτουργία του είναι "plugilo optimizes your bookmarks and guides you through the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης plugilo

Λήψη αρχείων επέκτασης plugilo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                ""
            ]
        }
    ]
}