CONTADU NeuronWriter - SEO/NLP optimization

Show NLP optimization recommendations in your favorite editor/CMS. Currently supports Google Docs, Wordpress and Shopify products.

CONTADU NeuronWriter - SEO/NLP optimizationคืออะไร?

CONTADU NeuronWriter - SEO/NLP optimization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contadu.com และคุณลักษณะหลักของมันคือ "Show NLP optimization recommendations in your favorite editor/CMS. Currently supports Google Docs, Wordpress and Shopify products."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CONTADU NeuronWriter - SEO/NLP optimization

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

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

                        Display CONTADU / NeuronWriter SEO optimization tips directly in Google Docs, WordPress or Shopify(products) editor.

Use of the extension requires a CONTADU/NeuronWriter account.

1. Open the Google Docs/Wordpress/Shopify(products) editor.
2. Log in to your account.
3. Select the analysis you want to connect to the editor.
4. Write and optimize using the tips in the sidebar.                    

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

ชื่อ CONTADU NeuronWriter - SEO/NLP optimization CONTADU NeuronWriter - SEO/NLP optimization
ID baciplbchhojjmlgfpenindejajmldpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contadu-neuronwriter-seon/baciplbchhojjmlgfpenindejajmldpg
คำอธิบาย Show NLP optimization recommendations in your favorite editor/CMS. Currently supports Google Docs, Wordpress and Shopify products.
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 3,757
เวอร์ชันปัจจุบัน 0.1.10
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2023-03-31
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://contadu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.contadu.com/privacy-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CONTADU NeuronWriter - SEO\/NLP optimization",
    "version": "0.1.10",
    "manifest_version": 3,
    "description": "Show NLP optimization recommendations in your favorite editor\/CMS. Currently supports Google Docs, Wordpress and Shopify products.",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "sweetalert2.all.min.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*\/edit*",
                "http:\/\/*\/wp-admin\/post.php?post=*&action=edit*",
                "https:\/\/*\/wp-admin\/post.php?post=*&action=edit*",
                "http:\/\/*\/*\/wp-admin\/post.php?post=*&action=edit*",
                "https:\/\/*\/*\/wp-admin\/post.php?post=*&action=edit*",
                "http:\/\/*\/administrator\/post.php?post=*&action=edit*",
                "https:\/\/*\/administrator\/post.php?post=*&action=edit*",
                "http:\/\/*\/admin\/products\/*",
                "https:\/\/*\/admin\/products\/*",
                "https:\/\/admin.shopify.com\/store\/*\/products\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_getter.js",
                "contadu_ext.css",
                "font-awesome\/css\/all.min.css",
                "font-awesome\/webfonts\/fa-light-300.ttf",
                "font-awesome\/webfonts\/fa-light-300.woff",
                "font-awesome\/webfonts\/fa-light-300.woff2",
                "font-awesome\/webfonts\/fa-solid-900.ttf",
                "font-awesome\/webfonts\/fa-solid-900.woff",
                "font-awesome\/webfonts\/fa-solid-900.woff2",
                "font-awesome\/webfonts\/fa-regular-400.ttf",
                "font-awesome\/webfonts\/fa-regular-400.woff",
                "font-awesome\/webfonts\/fa-regular-400.woff2",
                "font-awesome\/webfonts\/fa-brands-400.ttf",
                "font-awesome\/webfonts\/fa-brands-400.woff",
                "font-awesome\/webfonts\/fa-brands-400.woff2",
                "font-awesome\/webfonts\/fa-duotone-900.ttf",
                "font-awesome\/webfonts\/fa-duotone-900.woff",
                "font-awesome\/webfonts\/fa-duotone-900.woff2",
                "images\/contadu_expand.png",
                "images\/icon_48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}