Inlytics Publish

Draft and schedule LinkedIn posts.

Hvad er Inlytics Publish?

Inlytics Publish er en Chrome-udvidelse udviklet af https://inlytics.io, og dens hovedfunktion er "Draft and schedule LinkedIn posts.".

Udvidelsesskærmbilleder

screenshot

Download Inlytics Publish-udvidelses-CRX-fil

Download Inlytics Publish-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Inlytics Publish Inlytics Publish
ID fckcmalnpnopeccbdcmdnejdlfigamai
Officiel URL https://chromewebstore.google.com/detail/inlytics-publish/fckcmalnpnopeccbdcmdnejdlfigamai
Beskrivelse Draft and schedule LinkedIn posts.
Filstørrelse 361 KB
Antal Installationer 112
Nuværende Version 0.0.8
Senest Opdateret 2023-11-13
Udgivelsesdato 2023-09-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://inlytics.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://inlytics.io
Hjælpeside-URL https://www.inlytics.io/help/overview
URL til Fortrolighedspolitik Side https://www.inlytics.io/privacy
Understøttede Sprog 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\/*"
            ]
        }
    ]
}