Arkowl Extension

This extension will scan the current page to find email addresses and link them to an arkowl.com email search.

Arkowl Extensionคืออะไร?

Arkowl Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArkOwl และคุณลักษณะหลักของมันคือ "This extension will scan the current page to find email addresses and link them to an arkowl.com email search."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arkowl Extension

ดาวน์โหลดไฟล์ส่วนขยาย Arkowl Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Deep link to ArkOwl without any program integration. This extension scans the page for email addresses and phone numbers to create a 2-click ArkOwl query. 

Instructions for Installation and use: 
1. Click 'Add to Chrome' to install and get started. 
   ***Chrome may need to be restarted for this app to work properly. 
2. Click on the Owl in the upper right corner and wait a half a second for email addresses and phone numbers to populate
3. If the radio buttons of the email address and phone number in question is already selected - Click 'Run'
 
- If not, than select the radio buttons of the email address and phone number in question and Click 'Run'
- If the desired query is just for a phone number or an email address, click the URL of the phone number or email address to be quickly directed to the ArkOwl query page.                    

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

ชื่อ Arkowl Extension Arkowl Extension
ID dacinicpmcpjiadbbfbhnkbggkkllhnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arkowl-extension/dacinicpmcpjiadbbfbhnkbggkkllhnh
คำอธิบาย This extension will scan the current page to find email addresses and link them to an arkowl.com email search.
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-31
ผู้พัฒนา ArkOwl
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://arkowl.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arkowl Extension",
    "description": "This extension will scan the current page to find email addresses and link them to an arkowl.com email search.",
    "version": "2.0.4",
    "author": "David Houseknecht ",
    "icons": {
        "36": "assets\/arkowl_fav_36.png",
        "96": "assets\/arkowl_fav_96.png",
        "128": "assets\/arkowl_fav_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/arkowl_fav_16.png",
            "24": "assets\/arkowl_fav_24.png",
            "32": "assets\/arkowl_fav_32.png"
        },
        "default_title": "Arkowl",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end",
            "js": [
                "content.683d9f5c58cc221fd289.js",
                "runtime.69aad174de386c36a16c.js"
            ],
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "background.356d08b4c8dda54af947.js",
            "runtime.69aad174de386c36a16c.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}