Linkedin Endorser

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

Apa itu Linkedin Endorser?

Linkedin Endorser adalah ekstensi Chrome yang dikembangkan oleh swissashley, dan fitur utamanya adalah "This Chrome extension will help you to endorse all the skills in one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Linkedin Endorser

Unduh file ekstensi Linkedin Endorser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
URL Resmi https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Deskripsi This Chrome extension will help you to endorse all the skills in one click.
Ukuran File 300 KB
Jumlah Instalasi 33
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-09-22
Tanggal Publikasi 2016-09-22
Pengembang swissashley
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/swissashley/chrome-ext-linkedinEndorser
Bahasa yang Didukung 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\/*"
    ]
}