BlogsterApp
Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!
O que é BlogsterApp?
BlogsterApp é uma extensão do Chrome desenvolvida por https://www.blogsterapp.com, e sua principal característica é "Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BlogsterApp
Baixe arquivos de extensão BlogsterApp 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
BlogsterApp is an online application that is situated between your blog and the social networks. It synchronize directly all your posts, then you can manage which ones are the fresh and which ones are expired. Add even 5 headlines in each publication and share the content including third party content, following a diffusion plan configured by yourself in each community you have on Facebook, Twitter, Linkedin and Pinterest independently.
Informações Básicas da Extensão
Nome | |
ID | aanahnijnbfahkgfcbgacocgnbnnjgjc |
URL Oficial | https://chrome.google.com/webstore/detail/blogsterapp/aanahnijnbfahkgfcbgacocgnbnnjgjc |
Descrição | Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily! |
Tamanho do Arquivo | 2.86 MB |
Contagem de Instalações | 11 |
Versão Atual | 1.0.9.2 |
Última Atualização | 2018-08-21 |
Data de Publicação | 2018-08-21 |
Desenvolvedor | https://www.blogsterapp.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://blogsterapp.zendesk.com/hc/es |
URL da Página de Política de Privacidade | https://blogsterapp.com/legal/es/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlogsterApp", "version": "1.0.9.2", "description": "Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!", "manifest_version": 2, "author": "BlogsterApp, S.L.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "BlogsterApp", "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "css\/app.css" ], "js": [ "js\/vendor\/jquery.js", "js\/file.js" ], "all_frames": true } ], "background": { "page": "\/background.html" }, "homepage_url": "https:\/\/www.blogsterapp.com", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "web_accessible_resources": [ "*.html" ] } |