Passport Autofill for RPO Appointment

You can get RPO appointment quickly using this

Passport Autofill for RPO Appointmentคืออะไร?

Passport Autofill for RPO Appointment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anikadigital.in และคุณลักษณะหลักของมันคือ "You can get RPO appointment quickly using this"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Passport Autofill for RPO Appointment

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

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

                        Passport Autofill and Passport Regional Office Appointment Tool.

It autofills login/password and remembers all selections. It also shows correct India time. For that don't forget to save license.  It also allows right click in the passport website and also copy paste in password field. 

Supports millisecond click accuracy. Clock is 100% right even if your computer clock isn't correct.

It remembers the logins as well. 
Zooms the captcha
It displays all login and file details at the login only.
During RPO appointment saves make seconds.

Please call us for any RPO appointments.

For license help/purchase call 80072 80072    7201000004  http://anikadigital.in/contact                    

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

ชื่อ Passport Autofill for RPO Appointment Passport Autofill for RPO Appointment
ID fapjnmkcimcloiiimhdkpailoenienih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passport-autofill-for-rpo/fapjnmkcimcloiiimhdkpailoenienih
คำอธิบาย You can get RPO appointment quickly using this
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2023-09-02
วันที่เผยแพร่ 2022-05-22
ผู้พัฒนา https://anikadigital.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://anikadigital.in/rpo-appointment-booking-technique
URL หน้านโยบายความเป็นส่วนตัว http://www.anikadigital.in/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passport Autofill for RPO Appointment",
    "description": "You can get RPO appointment quickly using this",
    "version": "1.8",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/portal1.passportindia.gov.in\/*",
        "https:\/\/www.passportindia.gov.in\/*",
        "https:\/\/passportindia.gov.in\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/portal1.passportindia.gov.in\/*",
                "https:\/\/www.passportindia.gov.in\/*",
                "https:\/\/passportindia.gov.in\/*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/chosen.min.css",
                "css\/main.css",
                "js\/harshen-jquery-countdownTimer\/CSS\/jquery.countdownTimer.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/chosen.jquery.min.js",
                "js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js",
                "common.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icons\/up.png",
                "icons\/down.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}