Smart Story AI - SEO tool

We help content creators turn insights into actions.

Smart Story AI - SEO toolคืออะไร?

Smart Story AI - SEO tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartstory.ai และคุณลักษณะหลักของมันคือ "We help content creators turn insights into actions."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Story AI - SEO tool

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

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

                        With our predictive artificial intelligence models we can help content creators and publishers generate content that works.                    

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

ชื่อ Smart Story AI - SEO tool Smart Story AI - SEO tool
ID abdjdpgjpepjinahddkpokbgeenflomn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-story-ai-seo-tool/abdjdpgjpepjinahddkpokbgeenflomn
คำอธิบาย We help content creators turn insights into actions.
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 512
เวอร์ชันปัจจุบัน 0.38.0
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2022-08-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://smartstory.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartstory.ai
URL หน้านโยบายความเป็นส่วนตัว https://smartstory.ai/privacy-and-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Story AI - SEO tool",
    "description": "We help content creators turn insights into actions.",
    "short_name": "SmartStoryAI",
    "version": "0.38.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fingerprint.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "logo_128.png",
        "default_title": "Click para configurar",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+uB6SbJl0Kmz9iogKTmbhsyK47dXYXmHTUYrsrPF\/xXp9kspxkYbe\/LnUwiGBlnbFqV7uPFI9LQYrrT61Qj0J8M1zKxqzasL1nVY372SqNRgp+DpdE+PrCyMp8M\/ca0OMZLAR8TiLy5ylAOT\/FL2XFQfdRfx8xpPjMG83OH6hInlDxLW2SRoM\/hLAtVN7erYChg95h4GH6YSiW6H100Fq+SZK8dPOGq40QyB+CXyJdQ064XdC72CjPug5LUv6kdTkO4Ga+uAdDZq35HGrESHAt2fizZmI7poC\/AdmHB++w3WeXwO\/i8B4Rjgu4dMvL1hID\/a2m\/mvviwVBsx5vj5QIDAQAB"
}