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 |
电子邮箱 | [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\/*" ] } ] } |