Mailist - Bookmark Manager and Read Later Tool

This extension allows you to add and summarize any page you are visiting to your Mailist!

ما هو Mailist - Bookmark Manager and Read Later Tool؟

Mailist - Bookmark Manager and Read Later Tool هو إضافة Chrome تم تطويرها بواسطة https://mailist.app، والميزة الرئيسية لها هي "This extension allows you to add and summarize any page you are visiting to your Mailist!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mailist - Bookmark Manager and Read Later Tool

قم بتنزيل ملفات الامتداد Mailist - Bookmark Manager and Read Later Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows you to quickly add and summarize any page link to your Mailist. Simply click the button and add new link to your Mailist account.                    

معلومات أساسية عن التمديد

الاسم Mailist - Bookmark Manager and Read Later Tool Mailist - Bookmark Manager and Read Later Tool
ID licmkngefgaochmpakpnekppagaimeea
عنوان URL الرسمي https://chromewebstore.google.com/detail/mailist-bookmark-manager/licmkngefgaochmpakpnekppagaimeea
الوصف This extension allows you to add and summarize any page you are visiting to your Mailist!
حجم الملف 47.9 KB
عدد التثبيتات 675
النسخة الحالية 3.0.2
آخر تحديث 2024-02-24
تاريخ النشر 2019-12-16
تقييم 4.88/5 مجموع تقييمات 8
المطور https://mailist.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mailist.app
عنوان صفحة سياسة الخصوصية https://www.mailist.app/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mailist - Bookmark Manager and Read Later Tool",
    "description": "This extension allows you to add and summarize any page you are visiting to your Mailist!",
    "version": "3.0.2",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "installation-status.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "context-menu.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "licmkngefgaochmpakpnekppagaimeea"
        ],
        "matches": [
            "*:\/\/my.mailist.app\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/my.mailist.app\/",
        "https:\/\/my.mailist.app\/v1\/api\/sessions",
        "https:\/\/my.mailist.app\/v1\/api\/links",
        "https:\/\/my.mailist.app\/v1\/api\/links\/check",
        "https:\/\/my.mailist.app\/v1\/api\/tags",
        "https:\/\/my.mailist.app\/v1\/api\/notes"
    ]
}