Tamplate for INvitation

Make tamplate for invitation

什麼是Tamplate for INvitation?

Tamplate for INvitation是由FAS開發的Chrome擴展程式,該擴展的主要功能是“Make tamplate for invitation”。

擴展截圖

screenshot
screenshot
screenshot

下載Tamplate for INvitation擴展crx文件

下載Tamplate for INvitation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This simple extension helps you to customize your invitations at LinkedIn.
Just press button "Connect" and extension will add your text to invitation. For customizing text go to option page and make your template of text invitation.

ADDINTIOANL INSTRUCTION:
    Before pressing button "Send invitation", please make focus on the text 
    like on the first print screen.                    

擴展基本資訊

名稱 Tamplate for INvitation Tamplate for INvitation
ID phemcmhphdnfliijckkkeoifpoibmcek
官方網址 https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek
簡介 Make tamplate for invitation
檔案大小 17.01 KB
安裝次數 18
目前版本 1.3
更新時間 2019-05-03
上架時間 2019-05-03
評分 5.00/5 共 1 次評分
開發者 FAS
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tamplate for INvitation",
    "description": "Make tamplate for invitation",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        "declarativeContent"
    ]
}