BlogsterApp
Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!
什麼是BlogsterApp?
BlogsterApp是由https://www.blogsterapp.com開發的Chrome擴展程式,該擴展的主要功能是“Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!”。
擴展截圖
下載BlogsterApp擴展crx文件
下載BlogsterApp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | aanahnijnbfahkgfcbgacocgnbnnjgjc |
官方網址 | https://chrome.google.com/webstore/detail/blogsterapp/aanahnijnbfahkgfcbgacocgnbnnjgjc |
簡介 | Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily! |
檔案大小 | 2.86 MB |
安裝次數 | 11 |
目前版本 | 1.0.9.2 |
更新時間 | 2018-08-21 |
上架時間 | 2018-08-21 |
開發者 | https://www.blogsterapp.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://blogsterapp.zendesk.com/hc/es |
隱私政策頁面URL | https://blogsterapp.com/legal/es/privacy |
支援的語言 | 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" ] } |