Data247

Use Data247 services from within your web browser!

Data247คืออะไร?

Data247 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://data247.com และคุณลักษณะหลักของมันคือ "Use Data247 services from within your web browser!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use Data247 services from within your web browser! The Data247 browser extension will automatically highlight phone numbers, email addresses, postal addresses, and IP addresses on web pages and allow you to look-up information about them with a single click! The following Data247 services are included:  

Text@ - From a USA/Canada phone number, get the carrier name, whether it's wireless or landline, and get the email-to-SMS and email-to-MMS gateway for wireless phones to be able to send them a message via email.

Carrier247 (International) - From any phone number worldwide, get the carrier name, whether it's wireless or landline, and the country name. 

Append247 (Email) - From a name and address, get an email address. 

Append247 (Name) - From a phone number, get the name of the person who owns it. 

Append247 (Phone) - From a name and an address, get a phone number.

Append247 (Reverse Email) - From an email address, get the name and address of the person who owns it.

Append247 (Reverse Phone) - From a phone number, get the name and address of the person who owns it. 

Do-Not-Call - Check whether a phone number appears on the Federal Do-Not-Call list.

Locate247 (IP Address) - From an IP address, get the city, state, and country where it is located. 

Verify247 (Email) - Verify an email address is valid and able to accept messages. 

Verify247 (Phone) - Verify a phone number is valid and able to receive phone calls.

Verify247 (Postal Address) - Verify a postal address is correct and conforms to USPS standards.  If it's incorrect, we'll offer a corrected address. 

Note: the Data247 browser extension requires an account with Data247.                    

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

ชื่อ Data247 Data247
ID eipikppdokalnbmchfkambnceeiickjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/data247/eipikppdokalnbmchfkambnceeiickjk
คำอธิบาย Use Data247 services from within your web browser!
ขนาดไฟล์ 1.54 MB
จำนวนการติดตั้ง 281
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-09-28
วันที่เผยแพร่ 2020-12-18
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://data247.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.data247.com
URL หน้าช่วยเหลือ https://support.data247.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.logictree.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data247",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Use Data247 services from within your web browser!",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "databoxpage.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/lib\/popper.min.js",
                "js\/lib\/chrome-storage-promise.js",
                "js\/constants.js",
                "js\/api.js",
                "js\/parse_page.js",
                "js\/sheet.js",
                "js\/selection_tooltip.js",
                "js\/databox.js",
                "js\/content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Data247"
    },
    "options_page": "settings.html"
}