Insply

The worlds first inspiration software for LinkedIn

Insplyとは何ですか?

Insplyはhttps://www.insply.ioによって開発されたChromeの拡張機能で、その主な機能は「The worlds first inspiration software for LinkedIn」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Insply拡張機能のCRXファイルをダウンロード

Insply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        What does all great campaigns have in common? They’re inspired by something or someone. That's why insply is here to help marketers get inspired in their day-to-day work when working on LinkedIn.

Why Insply?
LinkedIn is one of the biggest advertising channels out there, especially in B2B. But to view, keep track of and get inspired by what other great companies are doing is almost impossible. We are here to change that.

How it works
1. View paid ads on LinkedIn automatically
2. Save companies as favorite to follow them continuously
3. Get notifications and be the first one to know when they release anything new
4. Save the best ads into your very own library of inspirational ads
5. Share these ads with your colleagues and get started on your new campaign.

Note. This is still in beta and you will encounter bugs and things that are not working perfectly along the way. Please report any feedback, ideas or input you might have on https://www.insply.io/faq.                    

拡張機能の基本情報

名前 Insply Insply
ID neamplaeghaioimdanffppbikdfcimko
公式URL https://chromewebstore.google.com/detail/insply/neamplaeghaioimdanffppbikdfcimko
説明 The worlds first inspiration software for LinkedIn
ファイルサイズ 167 KB
インストール数 585
現在のバージョン 1.0.0
最終更新日 2022-08-06
公開日 2022-08-05
評価 5.00/5 合計 2 レビュー
開発者 https://www.insply.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.insply.io/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insply",
    "description": "The worlds first inspiration software for LinkedIn",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": {
        "name": "Mohsin Ali",
        "url": "https:\/\/github.com\/mohsinaliryk"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "LinkedIn Ads"
    },
    "icons": {
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.linkedin.com\/company\/*\/posts\/?feedView=ads&viewAsMember=true&viewFrom=insplyHome",
                "https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:*\/?viewFrom=insplyLibrary",
                "https:\/\/www.linkedin.com\/campaignmanager\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/company\/*\/posts\/?feedView=ads&viewAsMember=true&viewFrom=insplyHome",
                "https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:*\/?viewFrom=insplyLibrary"
            ],
            "css": [
                "css\/linkedin.css",
                "css\/tooltip.css"
            ],
            "js": [
                "js\/linkedin.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/company\/*\/posts\/?feedView=ads&viewAsMember=true&viewFrom=insplyHome"
            ],
            "css": [
                "css\/ads.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:*\/?viewFrom=insplyLibrary"
            ],
            "css": [
                "css\/ad.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "app.html",
                "css\/app.css",
                "icons\/*",
                "js\/app.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ]
}