Inlytics Publish

Draft and schedule LinkedIn posts.

What is Inlytics Publish?

Inlytics Publish is a Chrome extension developed by https://inlytics.io, and its main feature is "Draft and schedule LinkedIn posts.".

Extension Screenshots

screenshot

Download Inlytics Publish Extension CRX File

Download Inlytics Publish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Draft, Preview and Schedule Linkedin posts powered by a rich text editor.                    

Extension Basic Information

Name Inlytics Publish Inlytics Publish
ID fckcmalnpnopeccbdcmdnejdlfigamai
Official URL https://chromewebstore.google.com/detail/inlytics-publish/fckcmalnpnopeccbdcmdnejdlfigamai
Description Draft and schedule LinkedIn posts.
File Size 361 KB
Installation Count 112
Current Version 0.0.8
Last Updated 2023-11-13
Publish Date 2023-09-10
Rating 5.00/5 Total 1 Ratings
Developer https://inlytics.io
Email [email protected]
Payment Type free
Extension Website https://inlytics.io
Help Page URL https://www.inlytics.io/help/overview
Privacy Policy Page URL https://www.inlytics.io/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}