WorkOrderSnap Work Order Creator
Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive™.
WorkOrderSnap Work Order Creator là gì?
WorkOrderSnap Work Order Creator là một tiện ích mở rộng Chrome được phát triển bởi https://workordersnap.com, và tính năng chính của nó là "Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive™.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WorkOrderSnap Work Order Creator
Tải xuống các tệp mở rộng WorkOrderSnap Work Order Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Create work orders with ease and save them in your Google Drive. Work Order Snap helps you create clean and professional work orders, and keep them safe and secure in your Google Drive account. Using Work Order Snap is simple: 1. Get Work Order Snap from the Google Chrome Web Store. 2. Click the little blue and black icon in the upper left of your Chrome browser. 3. Click “NEW” to create a new work order. 4. Click "SAVE", when you are complete. 5. You will then see your recent work orders, and can view and print to a PDF file. The data you entered in your new work order is instantly saved to your Google Drive as a Google Sheet (spreadsheet), so your work order data is safe, secure, and accessible only by you. - No need to find and use bulky work order software from large companies with too many features. - No need to print or save your work orders in a file cabinet or on your computer. Work Order Snap keeps them all in your Google Drive. - No need to remember where you keep all your work orders. Work Order Snap is the quickest way to create a work order and save it, and have it waiting for you, safe and secure. Your work order data is saved in your Google Drive in a folder called “Work Order Snap”. This way, all your work orders are in one place in your Google Drive. If you use another Chrome web browser, have the extension downloaded, you can then login to your Google Account to get access to your work orders from another computer. We are excited and eager to hear how Work Order Snap works for you. - How do you use Work Order Snap? - What would you like added or changed to help you create and manage your work orders? Create work orders with ease and save them securely in your Google Drive account. Work Order Snap is integrated with Google Drive(TM).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WorkOrderSnap Work Order Creator |
ID | pinejepediiidhifedmbagphemchghom |
URL Chính Thức | https://chromewebstore.google.com/detail/workordersnap-work-order/pinejepediiidhifedmbagphemchghom |
Mô tả | Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive™. |
Kích Thước Tệp | 300 KB |
Số Lần Cài Đặt | 328 |
Phiên Bản Hiện Tại | 0.9.1 |
Cập Nhật Lần Cuối | 2020-01-01 |
Ngày Phát Hành | 2020-01-01 |
Nhà Phát Triển | https://workordersnap.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://workordersnap.com |
URL Trang Trợ Giúp | https://workordersnap.com/support/ |
URL Trang Chính Sách Bảo Mật | https://keepanote.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyE3WZb7UchaU7iNeEK2i8qE3uxpyVZrM49iBwmy2P91MRX2h\/3GADiM1CDcEtaQ+Bvewf1jG7H6DR8PNEKIkoKYcduefISU3JxB86n278L5\/iEPdmuzY5TbU1lu+pUQTUzA+zkrHOJEdQ0PwGLxaxWqb5tU1a3Jglz1MiMJgrvhZOkK2rlNPRUjyMXQJ7G+83OiBPvZffVkWFE7pl4C1oV2O0NhfmLoN1qLYf4aa09QsvM98rS9N+FfSLmO4nDUrOtr7gc74IfjgXouw92v5tBDiyWOyamHZDjM1aabz36HWdP3qASHPoeMSeSRsN54eAkz4+q9EwP68byXT1UlFeQIDAQAB", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "version": "0.9.1", "browser_action": { "default_icon": "img\/work-order-snap-icon-48x48.png", "default_title": "WorkOrderSnap Work Order Creator" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "description": "Create Work Orders and directly save them to Google Drive. Print PDF directly. Integrated with Google Drive\u2122.", "icons": { "16": "img\/work-order-snap-icon-16x16.png", "48": "img\/work-order-snap-icon-48x48.png", "128": "img\/work-order-snap-icon-128x128.png" }, "manifest_version": 2, "name": "WorkOrderSnap Work Order Creator", "oauth2": { "client_id": "636939737826-i9dfk38426ql2jovh1m0vapn2irpl0mi.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "activeTab", "identity", "storage", "tabs", "https:\/\/www.googleapis.com\/drive\/v3\/files\/*", "https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/*" ], "short_name": "Create and save Work Orders to Google Drive", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "img\/*.png" ] } |