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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |