SlinkyApp - Templates for LinkedIn

SlinkyApp is an extension that allows you to create templates for LinkedIn messages, InMails, and introductions.

SlinkyApp - Templates for LinkedInคืออะไร?

SlinkyApp - Templates for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SlinkyApp และคุณลักษณะหลักของมันคือ "SlinkyApp is an extension that allows you to create templates for LinkedIn messages, InMails, and introductions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SlinkyApp - Templates for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย SlinkyApp - Templates for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an application to help improve sales efficiency.  It enables you to send messages, InMails, and introductions on LinkedIn.

To get started, install the browser extension into your chrome browser.

Navigate to the Slinky icon on the top right corner of the browser and select 'Load Profile'.

Once you've authenticated through Google, you can edit your Message, InMail and Introduction templates.

Slinky will automatically display its controller when you're on relevant pages on LinkedIn.

Good luck!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SlinkyApp - Templates for LinkedIn SlinkyApp - Templates for LinkedIn
ID kfipioibfkfjkfnmciobgmhebmnbdfaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/slinkyapp-templates-for-l/kfipioibfkfjkfnmciobgmhebmnbdfaa
คำอธิบาย SlinkyApp is an extension that allows you to create templates for LinkedIn messages, InMails, and introductions.
ขนาดไฟล์ 815 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2014-11-23
วันที่เผยแพร่ 2014-11-23
คะแนน 2.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา SlinkyApp
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.slinkyapp.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SlinkyApp - Templates for LinkedIn",
    "description": "SlinkyApp is an extension that allows you to create templates for LinkedIn messages, InMails, and introductions.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/slinkyapp.com\/",
    "version": "2.1.2",
    "manifest_version": 2,
    "author": "Aaron Diek",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/*.slinkyapp.com\/*",
                "https:\/\/*.slinkyapp.com\/*",
                "https:\/\/accounts.google.com\/*"
            ],
            "js": [
                "background.js",
                "jquery.min.js",
                "jquery.ui.min.js",
                "messenger.js",
                "bootstrap\/js\/bootstrap.js",
                "bootstrap\/js\/bootstrap.min.js",
                "popup.js",
                "bootstrap\/bootstrap3-editable\/js\/bootstrap-editable.js"
            ],
            "css": [
                "style.css",
                "bootstrap\/css\/bootstrap.css",
                "bootstrap\/css\/bootstrap-theme.css",
                "bootstrap\/css\/bootstrap-theme.css.map",
                "bootstrap\/css\/bootstrap-theme.min.css",
                "bootstrap\/css\/bootstrap.min.css",
                "bootstrap\/bootstrap3-editable\/css\/bootstrap-editable.css"
            ],
            "html": [
                "popup.html",
                "login.html",
                "signin.html",
                "inmail.html",
                "message.html",
                "intros.html"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates.json",
        "html\/li.html",
        "html\/div.html",
        "html\/button.html",
        "html\/inmail-page.html",
        "html\/message-page.html",
        "images\/icon.png",
        "images\/arrow.png",
        "html\/popup-buttons.html"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/*.slinkyapp.com\/*",
        "https:\/\/*.slinkyapp.com\/*",
        "windows",
        "identity",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "SlinkyApp - Templates for LinkedIn - Click to Start",
        "default_popup": "popup.html"
    }
}