Smart Story AI - SEO tool

We help content creators turn insights into actions.

Was ist Smart Story AI - SEO tool?

Smart Story AI - SEO tool ist eine Chrome-Erweiterung, die von https://smartstory.ai entwickelt wurde, und ihr Hauptmerkmal ist "We help content creators turn insights into actions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Smart Story AI - SEO tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Story AI - SEO tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Smart Story AI - SEO tool Smart Story AI - SEO tool
ID abdjdpgjpepjinahddkpokbgeenflomn
Offizielle URL https://chromewebstore.google.com/detail/smart-story-ai-seo-tool/abdjdpgjpepjinahddkpokbgeenflomn
Beschreibung We help content creators turn insights into actions.
Dateigröße 330 KB
Installationsanzahl 512
Aktuelle Version 0.38.0
Letztes Update 2023-12-20
Veröffentlichungsdatum 2022-08-22
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://smartstory.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smartstory.ai
URL der Datenschutzrichtlinien-Seite https://smartstory.ai/privacy-and-policy
Unterstützte Sprachen 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"
}