Bundle Post Bundlet

Bundle Post Bundlet

Bundle Post Bundlet란 무엇입니까?

Bundle Post Bundlet은(는) Bundle Post에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bundle Post Bundlet"입니다.

확장 프로그램 스크린샷

screenshot

Bundle Post Bundlet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily queue social media content using the Bundle Post Bundlet.

Curate content from web pages and queue it to folders in Bundle Post.

The Bundlet expands your Bundle Post account beyond passive content Feed Channels to real-time content discovery in your Chrome browser. Send content from any web page to Queue or My Content folders inside Bundle Post, without needing to copy and paste. The Bundlet automatically captures content you want to move into Bundle Post for bulk scheduling Queues or My Content folders with an easy to use Chrome browser plugin. All content you move using the Bundlet can be accessed, edited and scheduled on the Export Table, making your daily browser content discovery even more efficient.

The Bundle Post Bundlet also allows you to quickly add new RSS Feed Channels from web pages directly into your Bundle Post account, without leaving the page. 

The Bundlet will save you even more time when you come across social media content in your browser.

Bundlet Features

● Easily Queue Content into Bundle Post

● Merge Queued Content with new or existing schedules

● Build My Content Posts quickly and easily from your company pages

● Add RSS Feed Channels into Bundle Post with a single click                    

확장 프로그램 기본 정보

이름 Bundle Post Bundlet Bundle Post Bundlet
ID hndgocegiaeijpjlhkggjnhoganphofc
공식 URL https://chromewebstore.google.com/detail/bundle-post-bundlet/hndgocegiaeijpjlhkggjnhoganphofc
설명 Bundle Post Bundlet
파일 크기 92.28 KB
설치 횟수 73
현재 버전 1.0.7
최근 업데이트 2017-11-14
출시 날짜 2017-11-13
평점 5.00/5 총 4 개의 평점
개발자 Bundle Post
결제 유형 free
확장 프로그램 웹 사이트 http://bundlepost.com
도움말 페이지 URL https://twitter.com/BundlePost
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Bundlet",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs"
    ],
    "description": "Bundle Post Bundlet",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Bundle Post Bundlet",
    "version": "1.0.7",
    "homepage_url": "http:\/\/www.bundlepost.com\/bundlet_chrome_extension.html"
}