PLANOLY Uploader

You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.

PLANOLY Uploader란 무엇입니까?

PLANOLY Uploader은(는) https://planoly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PLANOLY Uploader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Planoly Uploader

What is Planoly?
Planoly is a visual planning tool that allows users to upload, plan, and curate content to publish on Instagram, Facebook, and Pinterest. 

You can use this extension to upload your content to your Planoly’s Pin Planner and publish to Pinterest.

How can this extension help you:

Super fast way to quickly schedule content to your Pinterest account. Click on the “Plan it” icon on any image as you browse and upload to Planoly’s Pin Planner to plan immediately, or simply schedule for a future date.
Extension will pick up the web page title, and populate the Pin Title field, use any image description to populate the Pin Description field. You can select which board you want to post to, as well as the date and time. 
If you do not wish to schedule, simply hit the “save” button, and the image will be saved to your library dashboard in Planoly’s Pin Planner.

Note:
To use this extension, you must have a Planoly account and log into it, as well as a working Pinterest account authenticated with Planoly.

www.planoly.com                    

확장 프로그램 기본 정보

이름 PLANOLY Uploader PLANOLY Uploader
ID ebpcimigfdcgmpaiboiipfkmceejkekp
공식 URL https://chromewebstore.google.com/detail/planoly-uploader/ebpcimigfdcgmpaiboiipfkmceejkekp
설명 You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.
파일 크기 19.01 KB
설치 횟수 4,578
현재 버전 1.2
최근 업데이트 2019-11-04
출시 날짜 2019-10-31
평점 3.67/5 총 3 개의 평점
개발자 https://planoly.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.planoly.com
도움말 페이지 URL https://www.planoly.com/help
개인정보 보호 정책 페이지 URL https://planoly.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PLANOLY Uploader",
    "description": "You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_toolbar.png",
            "38": "icons\/[email protected]"
        },
        "default_title": "Planoly Multi-Image Uploader"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.planoly.com\/",
        "https:\/\/pinterest.planoly.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "planoly\/planoly.js"
            ],
            "run_at": "document_start"
        }
    ]
}