Postfity.com

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

什么是Postfity.com?

Postfity.com是由https://postfity.com开发的Chrome扩展程序,该扩展的主要功能是“Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.”。

扩展截图

screenshot
screenshot
screenshot

下载Postfity.com扩展crx文件

下载Postfity.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 :)                    

扩展基本信息

名称 Postfity.com Postfity.com
ID mjhdfipdhjicefeklelaoeboghggaigc
官方URL https://chromewebstore.google.com/detail/postfitycom/mjhdfipdhjicefeklelaoeboghggaigc
简介 Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.
文件大小 22.59 KB
安装次数 1,717
当前版本 2.0.1
更新时间 2021-08-04
上架时间 2016-12-28
评分 3.36/5 共11次评分
开发者 https://postfity.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://postfity.com
隐私政策页面URL https://postfity.com/privacy-policy
支持的语言 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"
    }
}