Star Finder

Receive extra intelligence while browsing LinkedIn

ما هو Star Finder؟

Star Finder هو إضافة Chrome تم تطويرها بواسطة https://www.starfinderplugin.com، والميزة الرئيسية لها هي "Receive extra intelligence while browsing LinkedIn".

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

screenshot

تحميل ملف CRX للإضافة Star Finder

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

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

                        Star Finder Plugin is a Chrome extension that helps recruiters and hiring managers quickly score LinkedIn profiles.   Once Star Finder Plugin is installed, which takes about five seconds, it will compute a score for every LinkedIn Profile you open in your browser.  The score is based on:

- The number and quality of someone's LinkedIn recommendations, especially from high-score individuals
- The number of their followers at sites such as Github, AngelList, and the like.
- The number of endorsements from and the number of connections with high-score individuals.
- The number of Star Finder Plugin users, especially high-scoring ones, who marked this person as a Star
- Whether the person worked for the companies you target
- Whether the person's profile contains the keywords you target.

For more info, please visit http://www.starfinderplugin.com

LICENSE

BY USING STAR FINDER, YOU AGREE TO THE FOLLOWING TERMS:

STAR FINDER STORES DATA, SUCH AS THE SCORES OF PROFILES YOU SEE AND THE PROFILES YOU STAR, ON ITS SERVERS.  THIS DATA IS NOT SHARED WITH ANY THIRD PARTIES.  

NO WARRANTY

THE PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY. IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW THE AUTHOR WILL BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

STAR FINDER PLUGIN IS NOT ASSOCIATED WITH LINKEDIN, INC. IN ANY WAY.                    

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

الاسم Star Finder Star Finder
ID fecgbkpogfcghjebjhpggnkmchofiolh
عنوان URL الرسمي https://chromewebstore.google.com/detail/star-finder/fecgbkpogfcghjebjhpggnkmchofiolh
الوصف Receive extra intelligence while browsing LinkedIn
حجم الملف 163 KB
عدد التثبيتات 539
النسخة الحالية 0.45
آخر تحديث 2013-10-31
تاريخ النشر 2013-10-30
تقييم 3.20/5 مجموع تقييمات 5
المطور https://www.starfinderplugin.com
نوع الدفع free
موقع الإضافة http://www.starfinderplugin.com
عنوان صفحة المساعدة http://www.starfinderplugin.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Finder",
    "manifest_version": 2,
    "version": "0.45",
    "description": "Receive extra intelligence while browsing LinkedIn",
    "permissions": [
        "https:\/\/api.angel.co\/*",
        "https:\/\/api.github.com\/*"
    ],
    "web_accessible_resources": [
        "settings.html",
        "help.html",
        "images\/star.png",
        "images\/multi-star.png",
        "images\/question.png",
        "images\/add.png",
        "images\/remove.png",
        "images\/yes.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/profile\/*",
                "http:\/\/www.linkedin.com\/pub\/*",
                "http:\/\/www.linkedin.com\/in\/*",
                "https:\/\/www.linkedin.com\/profile\/*",
                "https:\/\/www.linkedin.com\/pub\/*",
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "lodash-min.js",
                "jquery-2.0.0.min.js",
                "parse-1.2.7.min.js",
                "sprintf-0.6.js",
                "util.js",
                "person.js",
                "score.js",
                "ends.js",
                "recs.js",
                "dialog.js",
                "followers.js",
                "conns.js",
                "keywords.js",
                "summary.js",
                "network.js",
                "contentscript.js"
            ],
            "css": [
                "my.css",
                "dialog.css"
            ]
        }
    ]
}