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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |