Linkedin Endorser

This Chrome extension will help you to endorse all the skills in one click.

Τι είναι το Linkedin Endorser;

Το Linkedin Endorser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον swissashley, και η κύρια λειτουργία του είναι "This Chrome extension will help you to endorse all the skills in one click.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Linkedin Endorser

Λήψη αρχείων επέκτασης Linkedin Endorser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome Extension can let you endorse your friend just in one click!
With this extension, users will be able to:

- [ ] Endorse all the skills for your friend.
- [ ] Has an option to create a skill list you want to endorse for your friend.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
Επίσημο URL https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Περιγραφή This Chrome extension will help you to endorse all the skills in one click.
Μέγεθος Αρχείου 300 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2016-09-22
Ημερομηνία Δημοσίευσης 2016-09-22
Προγραμματιστής swissashley
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/swissashley/chrome-ext-linkedinEndorser
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Endorser",
    "description": "This Chrome extension will help you to endorse all the skills in one click.",
    "version": "1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon38.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.linkedin.com\/*"
    ]
}