Blogely content marketing software

All-in-one content marketing application that helps to grow your business

Blogely content marketing softwareคืออะไร?

Blogely content marketing software เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blogely.com และคุณลักษณะหลักของมันคือ "All-in-one content marketing application that helps to grow your business"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blogely content marketing software

ดาวน์โหลดไฟล์ส่วนขยาย Blogely content marketing software ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}