Tagli

Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…

ما هو Tagli؟

Tagli هو إضافة Chrome تم تطويرها بواسطة Tagli، والميزة الرئيسية لها هي "Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tagli

قم بتنزيل ملفات الامتداد Tagli بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Take control of your LinkedIn conversations with Tagli.

Stay on top of your LinkedIn inbox by tagging the messages you want to come back to later.

To access Tagli dashboard navigate to the "Messages" section of LinkedIn.                    

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

الاسم Tagli Tagli
ID knlidfjjemelddmpbcapghcajlkemkcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/tagli/knlidfjjemelddmpbcapghcajlkemkcj
الوصف Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…
حجم الملف 160 KB
عدد التثبيتات 19
النسخة الحالية 1.2
آخر تحديث 2023-03-03
تاريخ النشر 2023-01-09
تقييم 5.00/5 مجموع تقييمات 1
المطور Tagli
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.tagli.co/
عنوان صفحة المساعدة https://www.tagli.co/terms-and-conditions
عنوان صفحة سياسة الخصوصية https://www.tagli.co/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tagli",
    "version": "1.2",
    "description": "",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "chroma.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "Tagli",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png",
                "icons\/edit-button.png",
                "icons\/done.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}