Inlytics Publish
Draft and schedule LinkedIn posts.
Inlytics Publishとは何ですか?
Inlytics Publishはhttps://inlytics.ioによって開発されたChromeの拡張機能で、その主な機能は「Draft and schedule LinkedIn posts.」です。
拡張機能のスクリーンショット
Inlytics Publish拡張機能のCRXファイルをダウンロード
Inlytics Publish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Draft, Preview and Schedule Linkedin posts powered by a rich text editor.
拡張機能の基本情報
名前 | |
ID | fckcmalnpnopeccbdcmdnejdlfigamai |
公式URL | https://chromewebstore.google.com/detail/inlytics-publish/fckcmalnpnopeccbdcmdnejdlfigamai |
説明 | Draft and schedule LinkedIn posts. |
ファイルサイズ | 361 KB |
インストール数 | 112 |
現在のバージョン | 0.0.8 |
最終更新日 | 2023-11-13 |
公開日 | 2023-09-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://inlytics.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://inlytics.io |
ヘルプページのURL | https://www.inlytics.io/help/overview |
プライバシーポリシーページのURL | https://www.inlytics.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Draft and schedule LinkedIn posts.", "version": "0.0.8", "manifest_version": 3, "name": "Inlytics Publish", "action": { "default_icon": "icon-32.png" }, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "Content.css", "tailwind.css" ], "images": [ "icon-128.png", "icon-32.png" ] } ], "permissions": [ "storage", "https:\/\/*.linkedin.com\/*" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-32.png", "tailwind.css", "Content.css" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |