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 |
公式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 |
Eメール | [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" ] } |