Sneeit Spot

Enhance Blogger / Blogspot Dashboard to a Whole New Level

Sneeit Spotคืออะไร?

Sneeit Spot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sneeit.com และคุณลักษณะหลักของมันคือ "Enhance Blogger / Blogspot Dashboard to a Whole New Level"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sneeit Spot is a support tool for some special Blogger / Blogspot themes / templates from Sneeit.Com or any compatible ones. It will help users to manage theme options, menus, translations, or even importing demos and update their theme code without loosing their theme's configurations.

*** NOTE: THIS EXTENSION IS AVAILABLE FOR CERTAIN THEMES ONLY, NOT ALL. ***

Sneeit Spot also provides applications for Blogger / Blogpost post editor where you can enable / disable AMP format for your post or even check the post SEO scores that will show you in details about how to improve your post content for better SEO.

* HOW TO USE: https://sneeit.com/sneeit-spot-blogger-templates-dashboard/#how-to-use

* FEAUTE LIST: https://sneeit.com/sneeit-spot-blogger-templates-dashboard/#feature-list

* RELEASE NOTES: https://sneeit.com/sneeit-spot-blogger-templates-dashboard/?tab=changelog

* THEME DEVELOPER DOC: https://sneeit.com/sneeit-spot-blogger-templates-dashboard/?tab=documentation                    

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

ชื่อ Sneeit Spot Sneeit Spot
ID pgllgjmdkgjjafcdjbigellollokilon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sneeit-spot/pgllgjmdkgjjafcdjbigellollokilon
คำอธิบาย Enhance Blogger / Blogspot Dashboard to a Whole New Level
ขนาดไฟล์ 427 KB
จำนวนการติดตั้ง 3,179
เวอร์ชันปัจจุบัน 0.1.21
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2021-08-04
คะแนน 4.40/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://sneeit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sneeit.com/sneeit-spot-blogger-templates-dashboard/
URL หน้าช่วยเหลือ https://sneeit.com/sneeit-spot-blogger-templates-dashboard/?tab=comments
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sneeit Spot",
    "description": "Enhance Blogger \/ Blogspot Dashboard to a Whole New Level",
    "version": "0.1.21",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.png",
                "*.gif",
                "*.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.blogger.com\/*",
                "https:\/\/blogger.com\/*"
            ],
            "js": [
                "assets\/plugins\/jquery.min.js",
                "assets\/plugins\/jquery-ui.min.js",
                "assets\/plugins\/iris.min.js",
                "assets\/plugins\/ckeditor.js",
                "build\/apps\/init\/index.js",
                "build\/apps\/dashboard\/index.js",
                "build\/apps\/theme\/index.js",
                "build\/apps\/post\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.blogger.com\/display?blogID=*&mode=layout-*&security_token=*"
            ],
            "css": [
                "build\/apps\/layout-iframe\/index.css"
            ],
            "js": [
                "assets\/plugins\/jquery.min.js",
                "build\/apps\/layout-iframe\/index.js"
            ]
        }
    ]
}