Apptopia: Data & B2B Insights on Mobile Apps

Get Apptopia’s Mobile App Publisher data while you research your prospects’ online presence.

Apptopia: Data & B2B Insights on Mobile Apps란 무엇입니까?

Apptopia: Data & B2B Insights on Mobile Apps은(는) Apptopia Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Apptopia’s Mobile App Publisher data while you research your prospects’ online presence."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Apptopia: Data & B2B Insights on Mobile Apps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Apptopia helps Mobile Service Providers and Sales Reps fast-track prospect identification and research to increase win rates. 

🔎Uncover timely insights, improve outreach, and shorten your sales cycle. 

Enhance your prospecting workflow with instant access to Apptopia’s publisher data through our free Chrome Extension (Apptopia subscription required).

🏢🎯Speed up your research by gaining visibility into your prospects’ mobile apps development as your surf their websites and social media profiles (LinkedIn, X, Facebook, or Crunchbase).

Data to help you segment and qualify leads, fast:
- Publisher HQ Location
- Number of Employees
- Store categories where they publish apps
- 30-day trends on key performance metrics (Downloads, DAU, MAU, Revenue, Sessions, Engagement)
- See their top 3 apps by whichever metric you choose
- See the top 3 SDKs used by their apps in any SDK functionality type (ex Ad Network, Analytics)
- See where their mobile app users are located around the globe                    

확장 프로그램 기본 정보

이름 Apptopia: Data & B2B Insights on Mobile Apps Apptopia: Data & B2B Insights on Mobile Apps
ID pcbmdiggonmiolmlnmnldclfnninaaci
공식 URL https://chromewebstore.google.com/detail/apptopia-data-b2b-insight/pcbmdiggonmiolmlnmnldclfnninaaci
설명 Get Apptopia’s Mobile App Publisher data while you research your prospects’ online presence.
파일 크기 3.31 MB
설치 횟수 101
현재 버전 1.0.3
최근 업데이트 2023-11-21
출시 날짜 2023-11-21
개발자 Apptopia Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apptopia.com
도움말 페이지 URL https://help.apptopia.com/knowledge/what-is-apptopias-chrome-extension
개인정보 보호 정책 페이지 URL https://apptopia.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "Apptopia: Data & B2B Insights on Mobile Apps",
    "short_name": "Apptopia: Data & B2B Insights",
    "description": "Get Apptopia\u2019s Mobile App Publisher data while you research your prospects\u2019 online presence.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "action": {
        "default_title": "Apptopia: Data & B2B Insights",
        "default_icon": {
            "16": "images\/icon-16-gray.png"
        }
    },
    "icons": {
        "16": "images\/icon-16-gray.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "hermicons.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "static\/css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            ""
        ],
        "accepts_tls_channel_id": false
    }
}