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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.plugilo.info/kontakt-1
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}