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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}