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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}