Bundle Post Bundlet

Bundle Post Bundlet

O que é Bundle Post Bundlet?

Bundle Post Bundlet é uma extensão do Chrome desenvolvida por Bundle Post, e sua principal característica é "Bundle Post Bundlet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bundle Post Bundlet

Baixe arquivos de extensão Bundle Post Bundlet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bundle Post Bundlet Bundle Post Bundlet
ID hndgocegiaeijpjlhkggjnhoganphofc
URL Oficial https://chromewebstore.google.com/detail/bundle-post-bundlet/hndgocegiaeijpjlhkggjnhoganphofc
Descrição Bundle Post Bundlet
Tamanho do Arquivo 92.28 KB
Contagem de Instalações 73
Versão Atual 1.0.7
Última Atualização 2017-11-14
Data de Publicação 2017-11-13
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Bundle Post
Tipo de Pagamento free
Site da Extensão http://bundlepost.com
URL da Página de Ajuda https://twitter.com/BundlePost
Idiomas Suportados 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"
}