88 Miles

88 Miles is a simple time tracker for freelance designers, developers and copywriters.

88 Milesคืออะไร?

88 Miles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.88miles.net และคุณลักษณะหลักของมันคือ "88 Miles is a simple time tracker for freelance designers, developers and copywriters."

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

screenshot
screenshot
screenshot

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

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

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

                        88 Miles is a simple time tracker for freelance designers, developers and copywriters.

Using this extension will put 88 Miles right where you need it on the websites that you use everyday. It forms part of a complete workflow suite, and the way from quoting via Quotient, to project management via Basecamp to invoicing using Saasu.

Summary

* Won a quote using Quotient? (http://quotientapp.com) Create a new project in 88 Miles in one click.
* We add time tracking back in to Basecamp (http://basecamp.com). Punch in and out of task lists with easy
* See how your business is tracking with the 88 Miles business dashboard.

New in this version:

* Made compatible with Chrome 37                    

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

ชื่อ 88 Miles 88 Miles
ID ckandejelfiikemkcknlgfbhpmchalhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/88-miles/ckandejelfiikemkcknlgfbhpmchalhc
คำอธิบาย 88 Miles is a simple time tracker for freelance designers, developers and copywriters.
ขนาดไฟล์ 634 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2014-09-08
วันที่เผยแพร่ 2014-09-08
ผู้พัฒนา https://www.88miles.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://88miles.net/basecamp
URL หน้าช่วยเหลือ http://88miles.net/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "88 Miles",
    "description": "88 Miles is a simple time tracker for freelance designers, developers and copywriters.",
    "version": "2.0.6",
    "author": "Myles Eftos",
    "homepage_url": "http:\/\/www.88miles.net\/?utm_source=chrome&utm_medium=extension&utm_campaign=chome-extension",
    "offline_enabled": false,
    "minimum_chrome_version": "29",
    "options_page": "chrome\/options.html",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "chrome\/settings.js",
            "chrome\/oauth.js"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "https:\/\/88miles.net\/"
    ],
    "oauth2": {
        "client_id": "KsC62eq6Z5623V3CLXgjKS0J8aFNsCYWcj5i5uiE",
        "scopes": []
    },
    "web_accessible_resources": [
        "basecamp\/chrome.css",
        "images\/punch-in.png",
        "images\/[email protected]",
        "images\/punch-out.png",
        "images\/[email protected]",
        "fonts\/88miles.woff",
        "images\/[email protected]"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/basecamp.com\/*",
                "http:\/\/quotientapp.com\/*"
            ],
            "js": [
                "chrome\/settings.js",
                "javascripts\/libs\/underscore.js",
                "javascripts\/libs\/jquery.js",
                "javascripts\/libs\/async.js",
                "javascripts\/libs\/spin.js",
                "javascripts\/libs\/jquery.tagsinput.js",
                "javascripts\/88miles\/base.js",
                "javascripts\/88miles\/utilities.js",
                "chrome\/ajax.js",
                "javascripts\/88miles\/staff.js",
                "javascripts\/88miles\/company.js",
                "javascripts\/88miles\/project.js",
                "javascripts\/88miles\/shift.js",
                "javascripts\/88miles\/activity.js",
                "javascripts\/88miles\/external.js",
                "javascripts\/unauthorized.js",
                "javascripts\/add-company.js",
                "javascripts\/add-project.js",
                "templates\/unauthorized.template.js",
                "templates\/add-company.template.js",
                "templates\/add-project.template.js",
                "basecamp\/basecamp.js",
                "quotient\/quotient.js",
                "javascripts\/88miles.js"
            ],
            "css": [
                "stylesheets\/jquery.tagsinput.css",
                "stylesheets\/overlay.css",
                "stylesheets\/add-project.css",
                "chrome\/add-project.css"
            ]
        },
        {
            "matches": [
                "https:\/\/basecamp.com\/*"
            ],
            "js": [
                "basecamp\/basecamp.template.js"
            ],
            "css": [
                "basecamp\/basecamp.css",
                "basecamp\/chrome.css"
            ]
        },
        {
            "matches": [
                "http:\/\/quotientapp.com\/*"
            ],
            "css": [
                "quotient\/quotient.css",
                "quotient\/chrome.css"
            ]
        }
    ]
}