Power Search for LinkedIn

Power Search for LinkedIn

Power Search for LinkedIn क्या है?

Power Search for LinkedIn https://jens.marketing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Power Search for LinkedIn"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Power Search for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The fastest way to find posts, mentions and ads on LinkedIn directly from your feed.


Wouldn’t it be great if you could find posts, mentions and ads from people and companies on LinkedIn at a glance? 😍

Of course, this is done in a complicated way via search, but that usually takes 3-5 clicks and that’s exactly what annoyed me. Out of this problem this plugin was born and after a few tests the first version is finally released.

👉🏻 What can the plugin do?

The plugin extends your LinkedIn feed. From now on, you have additional entries available in the feed and each post in the options. These are assigned to each post, person or company and open after a click a new tab with the corresponding search.

- View Latest Posts (for people and companies)
- View Mentioned Posts (for people and companies)
- View All Ads (for companies)
- NEW: View all Followers (for people)

This Plugin requires a one time fee. All Details can be found https://jens.marketing/power-search-install/                    

एक्सटेंशन की मूल जानकारी

नाम Power Search for LinkedIn Power Search for LinkedIn
ID hlbjniodlfameclpjodmamnpppnppobk
आधिकारिक URL https://chromewebstore.google.com/detail/power-search-for-linkedin/hlbjniodlfameclpjodmamnpppnppobk
विवरण Power Search for LinkedIn
फ़ाइल का आकार 65.73 KB
स्थापना संख्या 305
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2022-03-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://jens.marketing
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://jens.marketing
सहायता पृष्ठ URL https://jens.marketing/power-search-install/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Search for LinkedIn",
    "description": "Power Search for LinkedIn",
    "version": "1.2.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/jens.marketing",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "icons\/mentions.svg",
                "icons\/posts.svg",
                "icons\/ads.svg",
                "icons\/group.svg"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}