Access Token Extractor by ArPal

This extension extract access_token (access token) from Facebook Ads manager / Creative center pages.

Access Token Extractor by ArPalคืออะไร?

Access Token Extractor by ArPal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://arpal.one และคุณลักษณะหลักของมันคือ "This extension extract access_token (access token) from Facebook Ads manager / Creative center pages."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Access Token Extractor by ArPal

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

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

                        Extension for extracting access_token (Access Token) for Facebook account from Ads Manager. Use extracted token to control your ads in arpal.one.                    

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

ชื่อ Access Token Extractor by ArPal Access Token Extractor by ArPal
ID ainlkhofahgnkhbojfllciedlakbhchd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/access-token-extractor-by/ainlkhofahgnkhbojfllciedlakbhchd
คำอธิบาย This extension extract access_token (access token) from Facebook Ads manager / Creative center pages.
ขนาดไฟล์ 14.35 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-12-21
วันที่เผยแพร่ 2019-12-21
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://arpal.one
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://arpal.one/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Access Token Extractor by ArPal",
    "description": "This extension extract access_token (access token) from Facebook Ads manager \/ Creative center pages.",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "1.4",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/business.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*"
            ],
            "js": [
                "getPagesSource.js",
                "popup.js"
            ]
        }
    ]
}