Ayima Page Insights

Highlight on-page issues on the fly

Ayima Page Insightsคืออะไร?

Ayima Page Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ayima.com และคุณลักษณะหลักของมันคือ "Highlight on-page issues on the fly"

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

screenshot

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

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

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

                        Page Insights helps you discover common on page SEO and technical issues in real time, exposing common errors and issues that can easily slip through the cracks. 

Any time you visit a page, the extension will analyse it and immediately report any issues it discovers. These issues are broken down in to three categories: Errors, warnings, and information. The extension will then let you know, quite loudly in the case of errors, what it's found any why you should care.

You can also connect your Google Search Console account for even more insight on your web properties.

Please note that all these checks are done client side in real time with out sending data to any external services. 

Please note, by using this extension you agree to our End User Licence Agreement: https://www.ayima.com/browser-extensions-eula                    

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

ชื่อ Ayima Page Insights Ayima Page Insights
ID nbjdmeadccgbgmjhbahkgadffhpejgbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ayima-page-insights/nbjdmeadccgbgmjhbahkgadffhpejgbd
คำอธิบาย Highlight on-page issues on the fly
ขนาดไฟล์ 3.81 MB
จำนวนการติดตั้ง 6,524
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2018-05-16
วันที่เผยแพร่ 2018-05-16
คะแนน 4.82/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.ayima.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ayima.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ayima Page Insights",
    "short_name": "Page Insights",
    "version": "1.4.1",
    "version_name": "1.4.1",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDTM2GEp0eKDHPZ9hOabDHb40F0xEXz4X6RBJsrVlgEaCrzumWWiWfYkomHoK5xqBwsSMSjkwyrvIRa0XB2WW9ubulQbMrxGcFlqNsja5bio+ZF4UOEF0+wakoi5fK7RSbOmG3b2Nm6hJDd7AqfB+Z7QKYx0ZGIrH8WRHSNsLOXwwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "description": "Highlight on-page issues on the fly",
    "options_page": "app\/options.html",
    "oauth2": {
        "client_id": "1039883590441-50uec87i81c43es10jpahpju01qqa99g.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/webmasters.readonly"
        ]
    },
    "icons": {
        "128": "assets\/img\/page-insights-icon.png"
    },
    "browser_action": {
        "default_popup": "app\/popup.html",
        "default_title": "View Alerts"
    },
    "background": {
        "scripts": [
            "\/assets\/vendor\/jquery\/jquery.1.9.1.min.js",
            "app\/ayima.js",
            "app\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/vendor\/jquery\/jquery.1.9.1.min.js",
                "app\/ayima.js",
                "app\/pageScanner.js",
                "app\/rules.js",
                "app\/content\/onPageChecks.js"
            ],
            "css": [
                "\/assets\/css\/content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagservices.com https:\/\/adservice.google.co.uk https:\/\/adservice.google.com https:\/\/*.doubleclick.net https:\/\/*.googlesyndication.com\/ 'sha256-QyEq3RIFJWNW5b0TuRnRGTZS6COnlhXqDbxDoa9tr+Q=' 'sha256-DDNG2paLgkZPkGIYdWjFzEJV0LiVhAEp3skFKJejwzg=' 'sha256-91RZD3n20qo0EoC4BRmMLdz6zXcCf3gTFWyz9KeYhyk='; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "background",
        "webRequest",
        "storage",
        "identity",
        "clipboardWrite"
    ]
}