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
公式URL 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"
    ]
}