AdOps Tool
This extension contains userful tools for the ad operations
AdOps Toolคืออะไร?
AdOps Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arun Kumar และคุณลักษณะหลักของมันคือ "This extension contains userful tools for the ad operations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdOps Tool
ดาวน์โหลดไฟล์ส่วนขยาย AdOps Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It contains useful tools for the ad operations such as the cpm calculator.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | plnpekoagmmojjlfdlmhfcmcekljmaic |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/adops-tool/plnpekoagmmojjlfdlmhfcmcekljmaic |
คำอธิบาย | This extension contains userful tools for the ad operations |
ขนาดไฟล์ | 32.43 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2015-09-06 |
วันที่เผยแพร่ | 2015-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Arun Kumar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdOps Tool", "description": "This extension contains userful tools for the ad operations", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |