First Touch

First Touch Google extension

First Touch란 무엇입니까?

First Touch은(는) https://firsttouch.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "First Touch Google extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

First Touch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Research, prospect, and create personalized outreach with the click of a button. Combines hundreds of data sources to supercharge your outreach and save you time.                    

확장 프로그램 기본 정보

이름 First Touch First Touch
ID dbkabjeliahdblphpbgljbngijgknjfj
공식 URL https://chromewebstore.google.com/detail/first-touch/dbkabjeliahdblphpbgljbngijgknjfj
설명 First Touch Google extension
파일 크기 419 KB
설치 횟수 120
현재 버전 2.1.4
최근 업데이트 2024-02-15
출시 날짜 2023-12-22
평점 5.00/5 총 12 개의 평점
개발자 https://firsttouch.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://firsttouch.ai
도움말 페이지 URL https://www.firsttouch.ai/contact
개인정보 보호 정책 페이지 URL https://www.firsttouch.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "First Touch",
    "description": "First Touch Google extension",
    "version": "2.1.4",
    "manifest_version": 3,
    "action": {
        "default_title": "First Touch"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "webNavigation",
        "declarativeContent",
        "activeTab",
        "scripting",
        "identity"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/linkedin-widget.umd.js-loader-fe60b5c5.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "*:\/\/*.firsttouch.ai\/*",
        "*:\/\/*.linkedin.com\/*",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/linkedin-widget.umd.js-276888e8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqdI31zhr7XwK7jbp4ObI1W+\/WHfmZb1AQo7HgxpxUZoryyZmVvhWeMoYP31DvfdIHk4Yv2zl\/J\/elpO+4bFbi5nZZbwHnmtKAaxW\/1g9O5XrM5FLgVZpbpJkcvWhTqw00JIhuH5L5ejfJ4olN0CrHPD2KG8sKiBkdFU3B\/7Am8D+4aXCbhlnKkkjfTkRUBl+x7KQPrMBVPon3MeYotNcAKSp+vO2RWQ2JqiPDeOny5CBnPUF6P9ecpcoPu0\/M0zQbOkSRKuw5p9\/D4cjlmsbiAd3Lez600gJNIvVAS20t5vTAwZ3rByd+dZ\/gb40izvOyfFKTwrLNJzy74LztkqcFQIDAQAB",
    "oauth2": {
        "client_id": "384230880374-pue13qq2mjrvcalaqe1cnnm5m11206st.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "email"
        ]
    }
}