BlogsterApp

Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!

BlogsterAppคืออะไร?

BlogsterApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.blogsterapp.com และคุณลักษณะหลักของมันคือ "Keep updated your presence in your social networks with the dissemination of the relevant content of your blog and news easily!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlogsterApp

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BlogsterApp BlogsterApp
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"
    ]
}