Fork.ai - Identify Technologies on Mobile App

Fork.ai - Identify Technologies on Mobile App

Fork.ai - Identify Technologies on Mobile Appคืออะไร?

Fork.ai - Identify Technologies on Mobile App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fork.ai และคุณลักษณะหลักของมันคือ "Fork.ai - Identify Technologies on Mobile App"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fork.ai - Identify Technologies on Mobile App

ดาวน์โหลดไฟล์ส่วนขยาย Fork.ai - Identify Technologies on Mobile App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fork extension helps you identify technologies and publisher contacts of Apps from Google Play & App Store.

You can get a complete view of an App lead with:
- ℹ️ App Details: Comprehensive overview with details for any mobile App.
- 🧠 SDK Intelligence: Go in-depth with technology SDK integration analysis.
- ✅ Contacts: Reach out with verified email and social contacts.

👀 How is Fork's data?
Fork reveals more than a thousand technologies with industry category standards such as Audio and Video, Advertising and Marketing, Game and others. We leverages this data to build technographics which help technology providers better understand their target customers and potential partership as well.

👀 How is Fork different from extensions like Wappalyzer, BuiltWith, Apollo, Lusha and Datanyze?
While all of these are good products, but Fork offers the best technographics of App while others have more data of websites. Fork accurately identifies the Tech Stack used in Apps and provides publisher contacts to help turn leads into opportunities efficiently. Fork is determined to its key value and is easier to use while others can be too complex to use sometimes.

To have more ways to work better with Fork, please visit 👉 www.fork.ai                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fork.ai - Identify Technologies on Mobile App Fork.ai - Identify Technologies on Mobile App
ID amkedngbkkjnnlomcohfnjmeoahmflgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forkai-identify-technolog/amkedngbkkjnnlomcohfnjmeoahmflgg
คำอธิบาย Fork.ai - Identify Technologies on Mobile App
ขนาดไฟล์ 279 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2023-11-17
ผู้พัฒนา Fork.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fork.ai
URL หน้าช่วยเหลือ https://help.fork.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.fork.ai/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,vi,tr,es,iw,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.7",
    "author": "[email protected]",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/store\/*",
                "https:\/\/apps.apple.com\/*"
            ],
            "js": [
                "content.883ade9e.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/play.google.com\/*",
        "https:\/\/apps.apple.com\/*"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/play.google.com\/*",
                "https:\/\/apps.apple.com\/*"
            ],
            "resources": [
                "app-store.788300d5.svg",
                "google-play.050f1af5.svg",
                "placeholder.5de50e29.svg",
                "facebook-fill.2674b17f.svg",
                "instagram-fill.a4beaf8e.svg",
                "linkedin-fill.b6be75d2.svg",
                "twitter.9ec2805f.svg",
                "logo.cfcead7e.svg",
                "content.6e038a4b.css"
            ]
        }
    ]
}