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
公式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
Eメール [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"
}