Linkedin Endorser

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

Linkedin Endorser là gì?

Linkedin Endorser là một tiện ích mở rộng Chrome được phát triển bởi swissashley, và tính năng chính của nó là "This Chrome extension will help you to endorse all the skills in one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkedin Endorser

Tải xuống các tệp mở rộng Linkedin Endorser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
URL Chính Thức https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Mô tả This Chrome extension will help you to endorse all the skills in one click.
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-09-22
Ngày Phát Hành 2016-09-22
Nhà Phát Triển swissashley
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/swissashley/chrome-ext-linkedinEndorser
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}