Postfity.com

Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.

Co je Postfity.com?

Postfity.com je rozšíření Chrome vyvinuté https://postfity.com, a jeho hlavní funkcí je „Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Postfity.com

Stáhněte si soubory rozšíření Postfity.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Easly publish posts to your favourite social media (Facebook, Twitter, LinkedIn, Instagram and more) directly from anywhere on the web.

OVERVIEW
This is an official plugin for Postfity application.
After installation, click on Postfity button on any website. Window with automatically filled content will open. You can edit post content it or leave it as is, and then you can schedule it or add to posts queue or publish immediatelly. 
You can do these actions to either single or multiple social profiles at the same time.
Yes, it is that easy! :)

Postfity application greatly improves social managament - features include team collaborating, viewing your planned content in calendar or list view, import social posts from excel files, and more. You can find list of all features at Postfity.com :)                    

Základní Informace o Rozšíření

Název Postfity.com Postfity.com
ID mjhdfipdhjicefeklelaoeboghggaigc
Oficiální URL https://chromewebstore.google.com/detail/postfitycom/mjhdfipdhjicefeklelaoeboghggaigc
Popis Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.
Velikost souboru 22.59 KB
Počet instalací 1,717
Aktuální Verze 2.0.1
Poslední Aktualizace 2021-08-04
Datum Vydání 2016-12-28
Hodnocení 3.36/5 Celkem 11 Hodnocení
Vývojář https://postfity.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://postfity.com
URL Stránky Zásad Ochrany Soukromí https://postfity.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postfity.com",
    "version": "2.0.1",
    "description": "Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "postfity_favicon_16.png"
    },
    "background": {
        "scripts": [
            "data\/main.js",
            "data\/chrome\/postfity-chrome-port-wrapper.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/chrome\/postfity-chrome-port-wrapper.js",
                "data\/chrome\/postfity-chrome-data-wrapper.js",
                "data\/chrome\/postfity-chrome-embed.js",
                "data\/shared\/postfity-layer.js",
                "data\/chrome\/postfity-chrome.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.postfity.com\/*",
                "http:\/\/*.postfity.com\/*"
            ],
            "js": [
                "data\/chrome\/postfity-chrome-port-wrapper.js",
                "data\/chrome\/postfity-chrome-embed.js",
                "data\/shared\/embeds\/postfity-layer-scraper.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "postfity_favicon_16.png",
        "48": "postfity_favicon_48.png",
        "128": "postfity_favicon_128.png"
    }
}