Smart Story AI - SEO tool

We help content creators turn insights into actions.

什麼是Smart Story AI - SEO tool?

Smart Story AI - SEO tool是由https://smartstory.ai開發的Chrome擴展程式,該擴展的主要功能是“We help content creators turn insights into actions.”。

擴展截圖

screenshot
screenshot
screenshot

下載Smart Story AI - SEO tool擴展crx文件

下載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
官方網址 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"
}