Bundle Post Bundlet

Bundle Post Bundlet

Bundle Post Bundlet là gì?

Bundle Post Bundlet là một tiện ích mở rộng Chrome được phát triển bởi Bundle Post, và tính năng chính của nó là "Bundle Post Bundlet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bundle Post Bundlet

Tải xuống các tệp mở rộng Bundle Post Bundlet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bundle Post Bundlet Bundle Post Bundlet
ID hndgocegiaeijpjlhkggjnhoganphofc
URL Chính Thức https://chromewebstore.google.com/detail/bundle-post-bundlet/hndgocegiaeijpjlhkggjnhoganphofc
Mô tả Bundle Post Bundlet
Kích Thước Tệp 92.28 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2017-11-14
Ngày Phát Hành 2017-11-13
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Bundle Post
Loại Thanh Toán free
Trang Web Mở Rộng http://bundlepost.com
URL Trang Trợ Giúp https://twitter.com/BundlePost
Ngôn Ngữ Được Hỗ Trợ 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"
}