Linkalyze

LinkedIn Profile Analyzer and LinkedIn Posts notifications system.

ما هو Linkalyze؟

Linkalyze هو إضافة Chrome تم تطويرها بواسطة Influence4You، والميزة الرئيسية لها هي "LinkedIn Profile Analyzer and LinkedIn Posts notifications system.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Trendin Chrome Extension becomes Linkalyze.

Linkalyze is a simple tool that alerts you as soon as a specified term is mentioned on Linkedin. 

Linkalyze now also offers a LinkedIn profile analyzer in addition to the post alerts.

Why should you use Linkalyze?
  - to analyze LinkedIn profile
  - to be alerted when someone talks about your company (without it being tagged)
  - to identify posts of potential prospects (who are looking for a "sales trainer" for example)
  - to find potential employers (e.g. by searching for the keywords "recruitment" and "export")
  - to follow publications about a competitor
  - ...
The uses are multiple, it's up to you to invent them!

How does it work?
1 - Set up to ten terms that you want to track on Linkedin
2 - Linkalyze notifies you about new mentions every day
3 - Linkalyze also indicates the level of influence of the author of the mention
 
Linkalyze makes sure you don’t miss any business opportunities and lets you control your brand image on Linkedin. 

Warning, this extension can only work if you are connected to LinkedIn. You can close your LinkedIn tab. However, if you disconnect from your account by leaving your tab, the Linkalyze extension will not work.                    

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

الاسم Linkalyze Linkalyze
ID hnfaoknidihlaefdeogopolookigppec
عنوان URL الرسمي https://chromewebstore.google.com/detail/linkalyze/hnfaoknidihlaefdeogopolookigppec
الوصف LinkedIn Profile Analyzer and LinkedIn Posts notifications system.
حجم الملف 674 KB
عدد التثبيتات 5,244
النسخة الحالية 3.0.3
آخر تحديث 2021-12-24
تاريخ النشر 2020-07-04
تقييم 5.00/5 مجموع تقييمات 7
المطور Influence4You
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://linkalyze.app/
عنوان صفحة سياسة الخصوصية https://app.influence4you.com/extension-chrome-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkalyze",
    "version": "3.0.3",
    "description": "LinkedIn Profile Analyzer and LinkedIn Posts notifications system.",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "alarms",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/linkalyze.app\/*",
        "https:\/\/hooks.zapier.com\/*",
        "https:\/\/wh.automate.io\/*",
        "https:\/\/europe-west3-trendin-by-linkalyze.cloudfunctions.net\/",
        "https:\/\/linkalyze.influence4you.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/trendin-by-linkalyze.web.app\/*",
            "*:\/\/linkalyze.influence4you.com\/*",
            "*:\/\/linkalyze.io\/*",
            "*:\/\/linkalyze.app\/*",
            "*:\/\/google.com\/*"
        ]
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "web_accessible_resources": [
        "results.html"
    ]
}