Blogely content marketing software
All-in-one content marketing application that helps to grow your business
Blogely content marketing software란 무엇입니까?
Blogely content marketing software은(는) https://blogely.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All-in-one content marketing application that helps to grow your business"입니다.
확장 프로그램 스크린샷
Blogely content marketing software 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The fastest, easiest, and smartest way to organize content research on the web. Content collection for content creators. Save time and energy researching, creating, managing, editing content, publishing blog articles, newsletter posts, reports, compositions, etc. From content research to completion and everything in between. Produce more, better and faster. Writing good content for blog articles or website copy, etc. requires intensive research and is a tedious process. Blogely takes that hassle away from you. Effortlessly collect online content with references, notes, bookmarks, comments and tags. Keep your research organized, trackable, and easily accessible as you write. About Blogely Blogely is the all-in-one content marketing platform that helps users build and manage their online businesses. Blogely offers the easiest and fastest way on the market to create, collect, organize, enrich, optimize for keywords, schedule, and distribute content across multiple platforms.
확장 프로그램 기본 정보
이름 | Blogely content marketing software |
ID | dlnfnioimbgnhpceafnlaibifahminfg |
공식 URL | https://chromewebstore.google.com/detail/blogely-content-marketing/dlnfnioimbgnhpceafnlaibifahminfg |
설명 | All-in-one content marketing application that helps to grow your business |
파일 크기 | 2.8 MB |
설치 횟수 | 2,007 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2021-12-11 |
출시 날짜 | 2020-04-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://blogely.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://blogely.com/ |
도움말 페이지 URL | https://blogely.com/contact/ |
개인정보 보호 정책 페이지 URL | https://blogely.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blogely content marketing software", "short_name": "Blogely", "version": "0.1.2", "manifest_version": 2, "description": "All-in-one content marketing application that helps to grow your business", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "*:\/\/*.google.com\/*", "cookies", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_scripts": [ { "js": [ "\/scripts\/jquery-1.12.4.min.js", "\/scripts\/popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/*.chromiumapp.org\/*" ], "ids": [ "*" ], "accepts_tls_channel_id": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Blogely", "default_popup": "pages\/popup.html" } } |