TexAu v2

[description]

TexAu v2คืออะไร?

TexAu v2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://texau.com และคุณลักษณะหลักของมันคือ "[description]"

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

screenshot
screenshot
screenshot

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

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

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

                        TexAu is data enrichment and sales automation platform. 

TexAu V2 Extension allows you to easily sync your accounts with TexAu. No more passing of cookies and filling information, we take care of that for now with our latest extension.

TexAu V2 is our updated extension from V1 and allows you to do lot more with our latest UI, UX.

Here is how to use this extension:

1. Download this extension during Signup & Onboarding

2. Once you have successfully installed the extension, text will change to "Import Accounts" 

3. Click on Import Accounts and all your important accounts will be synced with TexAu.

That's it! 

We keep everything in sync in the background and you don't have to do anything once you have successfully imported all the accounts. 

** In case if you are not able to use our extension, you can always reach out to support at - support [at] texau [dot] com **

Thank you!                    

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

ชื่อ TexAu v2 TexAu v2
ID hbhdepogdnphlloancjiifodpchlkeam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/texau-v2/hbhdepogdnphlloancjiifodpchlkeam
คำอธิบาย [description]
ขนาดไฟล์ 97.81 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-07-18
ผู้พัฒนา https://texau.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://texau.com
URL หน้าช่วยเหลือ https://help.texau.com
URL หน้านโยบายความเป็นส่วนตัว https://texau.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TexAu v2",
    "version": "1.4.1",
    "description": "[description]",
    "action": {
        "default_icon": ".\/assets\/logo-symbol.png"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/logo-symbol.png",
        "48": ".\/assets\/logo-symbol.png",
        "128": ".\/assets\/logo-symbol.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "cookies",
        "activeTab",
        "webRequest",
        "geolocation"
    ],
    "host_permissions": [
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.texau.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.producthunt.com\/*",
                "*:\/\/*.medium.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.texau.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "*:\/\/*.producthunt.com\/*",
                "*:\/\/*.medium.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.texau.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}