Top of Mind

Automatically generate comments on LinkedIn posts to keep you top of mind in your network.

ما هو Top of Mind؟

Top of Mind هو إضافة Chrome تم تطويرها بواسطة Grace Wang، والميزة الرئيسية لها هي "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Top of Mind

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

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

                        Instantly leave your best comment and start getting the most out of LinkedIn.

Sit back and let Top Of Mind's neural network technology generate comments that make you look smart and helpful -- all through a simple browser extension.

Stop missing out on the best LinkedIn posts. From now on every post is an opportunity to connect. Install the Top Of Mind extension now — it doesn't get easier than this!                    

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

الاسم Top of Mind Top of Mind
ID olpleiecpcaehephickckajejdchidcf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf
الوصف Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
حجم الملف 163 KB
عدد التثبيتات 74
النسخة الحالية 1.0
آخر تحديث 2021-09-02
تاريخ النشر 2021-09-02
تقييم 5.00/5 مجموع تقييمات 2
المطور Grace Wang
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://topofmind.xyz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top of Mind",
    "description": "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}