Blog2Social: Social Media Poster Extension
Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp
Blog2Social: Social Media Poster Extension란 무엇입니까?
Blog2Social: Social Media Poster Extension은(는) https://www.blog2social.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp"입니다.
확장 프로그램 스크린샷
Blog2Social: Social Media Poster Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on the Blog2Social button in your browser to directly share or collect content you stumbled upon while browsing. Use the Extension for: •Customized Auto-Posting: Connect and post to your profiles on Facebook, Twitter, and LinkedIn with just one click. Tailor your posts and add comments, tags, hashtags, handles, or emojis for each social network. •Content Curation: Have you stumbled upon an exciting article you would like to share with your followers? Click on the Blog2Social button and share content the moment you discover it. •Collecting Content: You don’t have time to share a post right now? Save any post or link as a draft to your WordPress blog or your Blog2Social WebApp account.
확장 프로그램 기본 정보
이름 | Blog2Social: Social Media Poster Extension |
ID | hobhidjecjjgknjpnclnmfgkajdjlaml |
공식 URL | https://chromewebstore.google.com/detail/blog2social-social-media/hobhidjecjjgknjpnclnmfgkajdjlaml |
설명 | Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp |
파일 크기 | 1.3 MB |
설치 횟수 | 5,272 |
현재 버전 | 1.5.8 |
최근 업데이트 | 2022-09-16 |
출시 날짜 | 2020-12-20 |
평점 | 2.00/5 총 2 개의 평점 |
개발자 | https://www.blog2social.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.blog2social.com |
도움말 페이지 URL | https://www.blog2social.com/en/faq |
개인정보 보호 정책 페이지 URL | https://www.adenion.de/privacy-policy |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blog2Social: Social Media Poster Extension", "short_name": "Blog2Social", "description": "Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp", "default_locale": "en", "homepage_url": "https:\/\/www.blog2social.com\/", "version": "1.5.8", "icons": { "128": "assets\/images\/icons\/icon128.png", "48": "assets\/images\/icons\/icon48.png", "16": "assets\/images\/icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "assets\/images\/icons\/*" ], "background": { "scripts": [ "onInstalled.js", "main.js", "\/webapp\/b.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_start", "js": [ "jquery-3.3.1.min.js", "readDOM.js" ] }, { "matches": [ "http:\/\/*.blog2social.com\/*", "https:\/\/*.blog2social.com\/*", "http:\/\/*\/*blog2social-network*", "https:\/\/*\/*blog2social-network*", "http:\/\/*\/*blog2social-ship*", "https:\/\/*\/*blog2social-ship*" ], "all_frames": false, "run_at": "document_idle", "js": [ "\/webapp\/c.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.blog2social.com\/*" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icons\/button.png", "default_title": "Blog2Social" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "cookies" ] } |